Hello, I have an application where the client will (hopefully) be JavaScript and the server is W2K running IIS and the latest perl and SOAP::Lite. I was...
Hello... I'm working to try to get SOAP::Lite clients to work with GLUE servers. I have a simple call to a Java server that passes a Vector. A Java/GLUE...
Hello Everybody, I want to use the soap lite module with perl 5.8.0 ,and i have built and installed the following modules to be able to use xml and soap. ...
When I create a SSL TCP server and client. The first time the client run the server reports the following errors Use of uninitialized value in pattern match...
Hello, I'd like to change the following code so that SOAP::Lite generates the xml-message, but doesn't post them. Instead I want to do the http-connection...
1809
Duncan Cameron
dcameron@...
Sep 6, 2002 5:25 pm
... Have a look at the call() method in the SOAP::Lite package. It may give you some ideas about how to create the SOAP envelope for sending and how to handle...
Hello, I am a beginner. I need help to start a SOAP::Lite server. I am trying SOAP:Lite server-client from Quick Start Guide with SOAP and SOAP::Lite at...
I am trying to get the VB Soap examples to work, but they all fail. I have the latest ActiveState Perl installed on my computer and SoapLite 0.55. When I...
Hello, Anybody knows if SOAP::Lite and CGI support database, say MySQL? Please let me know. My test results are negative. I am not sure if my codes are...
1813
Duncan Cameron
dcameron@...
Sep 10, 2002 3:54 am
... Are you getting any server errors? I suggest putting the Mysoap package either *before* the call to SOAP:Transport (and then switching back to the main...
Duncan, Thanks for yor response. ... there's no server msg detected. Do you mean dynamic deployment? Does it make any difference? ... ...
1815
Dougal Campbell
dougal@...
Sep 10, 2002 1:28 pm
... ^^^^^^^^ Is this typo (should be 'fetchrow39;) in the code you're trying to run, or was that just a transcription error when you composed the email? -- ...
Hi, I'm having a strange issue when I try to use Exception::Class and SOAP::Lite 0.55 under mod_perl. I'm trying to add some easier error handling code to my...
Hello, Henrik, I'm not sure which DLLs you're referring to. I went to my local SOAP-Lite-0.52\examples\COM, didn't find any DLLs, built a minimal DLL by...
Marten, The following program solves the first part of your dilemma. This will create the XML code for each request without sending out anything. Jonathan ...
Hi, I'm experiencing some strange things in SOAP which i have trouble fixing. The response i get from the soap-server looks good....and there is some info i...
Hi, I'd like to access long job with SOAP-Lite. I can set the timeout value if I see the time of execution time. But there are a lot of cases I don't see it. ...
Greetings, I've just recently joined this group and try though I might, I've been unable to locate a FAQ on for it. I hope that you will, therefore, forgive...
Hi all Firstly i'm pretty new to Perl so please bear with me :-) The WebService i'm talking to send an ID as part of the HTTP headers. How do I get this id...
Ok, I've managed to write a few client scripts with SOAP::Lite for various services described at services.xmethods.net . However, I'm still having some...
The SOAP::Lite client object abstracts most of the communication layer away for you, so to get the info you want you would have to subclass one of the relevant...
Hi, i have implemented some web services and now i wan to write a wsdl- file to describe the interface and implementation details. this isn't as hard as i...
Actually, sub-classing the transport level is possible and it will give us a hook to the LWP::UserAgent (I should have tried this yesterday). sub BEGIN { use...
Hi Simon, ... As always, there is little bit easier way (idea grabbed from examples in cookbook: http://cookbook.soaplite.com/): use SOAP::Lite +trace => ...
Actually, I had forgotten to look at the on_debug angle. That's probably the easiest way, certainly easier than creating two different sub-classes (though that...
Hello, This is second time post the question- Does SOAP::Lie support DBI::mysql? I really care it. If anybody has the answer, please let me know. I created a...