Hi y'all, I wrote a soap client accessing a .NET based soap service. The funny (or more likely: annoying) thing is that the error handling of the service is...
Hello, I've been trying to build the XML below, but am having problems. I've read the manual and searched the web and can not find/figure out my answer. Can...
Hi All, I am new to soap lite, I want to send a Document style message based request (not RPC, no method to call at the servlet end, just doPost) through...
Hi ! In a EAI project a BizTalk server is available. One option might be to use SOAP::Lite for receiving and probably sending BizTalk framework messages. ...
Andersson, Kimmo
Kimmo.Andersson@...
Apr 6, 2003 11:03 am
2504
Just a short question regarding interaction with a SOAP::Lite TCP daemon, The problem is I've tried to write a TCP transport for php 'pears' SOAP classes so...
I have the following simple little program, that works fine when the server is up. But if the server isn't valid, for instance if I change famerptserver to...
Hi, I noticed that the same problem too. Accessing a .Net service from soaplite on linux but, the WSDL soap action was https: and i called the service as http:...
... The on_fault() handler is for handling those faults created by the SOAP server. The error of not being able to connect to the server is a client-side error...
Duncan Cameron
dcameron@...
Apr 10, 2003 8:39 am
2513
... Do you mean "How can make my SOAP server use a new version of a module that has already been invoked while the server is still running?" I'm not sure that...
Duncan Cameron
dcameron@...
Apr 10, 2003 8:54 am
2514
Hi, After upgrading to Perl 5.8, I've got problems with non-ASCII characters in SOAP responses. The problem appears to be another (the other?) occurrence of...
... Passing a struct, one of whose members is an array, back and forth between SOAP::Lite and dotNet (a c# class in a dll). Something like this $d = { trkNum...
Below is the raw xml data sent to the server end. I'm not making any progress deserializing it. <VirtualHost ip="65.1.151.143"> <DocumentRoot...
Jason Yates
jaywhy2@...
Apr 10, 2003 8:15 pm
2517
I'm looking for some alternate syntax that might get me around an exception that JPerl is throwing when the following syntax is parsed: $Sync->sync_system ( ...
Hi, I'm using SOAP::Lite 0.55 and I'm running into an issue with disatch_with and SOAPAction headers. On two of my systems I use dispatch_with() to direct...
I get "Can't create daemon: Permission denied" when starting a SOAP Daemon Server as anybody except root. Do I need to be root to start the daemon? /Jonas...
... You probably need to set the port to a value greater than 1024, as Unix will not let anybody but root open the low-numbered ports. -- We call nothing...
Hi As with the previous poster I'm getting started with SOAP::Light. So far I've sucessfully set up standalone and CGI based servers but I've been unable to...
There seems to be plenty of documentation for how to make SOAP::Lite clients talk to existing Microsoft .NET Web services, but little or nothing to handle the...
Hallo everybody, I'm new to this list, as I am to SOAP::Lite, so I hope I'm not asking the obvious... I'm using SOAP::MIME for attachments, which works fine as...
This is a known bug which was found yesterday actually. The fix is checked in and I will do a release soon. When I do so, I will notify this list. Sorry for...
I'm writing a simple client to access a SOAP service. I want to print the SOAP XML messages as they are being sent and received. The documentation seems to...
... The docs are wrong in this case of having more than one trace parameter The syntax is: use SOAP::Lite +trace => [ qw(method fault)]; ... I think that it is...
Duncan Cameron
dcameron@...
Apr 16, 2003 2:10 am
2527
Hi! First of all: I am fairly new to SOAP and SOAP::Lite and I didn't have the time to read "Programming Web Services with SOAP", because it arrived yesterday....
Andre Bonhote
andre@...
Apr 16, 2003 9:01 am
2528
Oh, I forgot: It's a RedHat 8.0 (server and client) and perl says # perl -v This is perl, v5.8.0 built for i386-linux-thread-multi SOAP::Lite is version 0.55: ...