I'm writing a SOAP::Lite client trying to process the following response "signature". Hopefully the names/types show what is going on: <SOAP-ENV:Body> ...
Hi , In some of the posted messaged, i've been reading about the the wsdl2perl utility. Is this available for download ? if not, when is it expected to be...
Has anyone tried to return a .NET Dataset to a .NET client from a SOAPLite server? I want to be able to pass a list of queries from a .NET client and receive a...
Using SOAP::Lite from a Perl/Tk client calling a mod_soap/Apache server as a middle tier to access a database - the client "locks" when the call is made. I...
I'm integrating a C# client with a perl cgi soap server. Using perl as the client, I am able to access the web service via WSDL with no problem. Using, C#, ...
Hi I'm just curious, but while generating Perl code from a WSDL file, I had the following problem: the SOAP call from the generated class looks like: ...
The web service I am using requires messages to have an http header that looks like this: Accept-Encoding: gzip, deflate or like this: Accept-Encoding: gzip I...
I am having problems either sending or receiving cookies with SOAP::Lite, but I don't know where the problem is. I can create cookies (I checked by saving them...
I have written a SOAP::Lite Client to query a SOAP server using complex data types. I am having problems decoding the response. The response that is returned...
Group, I am a little confused about the proxy side of SOAP::Lite. What is its purpose and how do I determine on a system where soap is running if proxy for...
Hello, I am connecting a Perl client to a .NET web service. I have succesfully tested calling methods and passing simple parameters such as strings, integers,...
Group, I am really enjoying working with SOAP::Lite - but I have run into a problem when building my own Server. I have been successful in building clients for...
Group, I am really enjoying working with SOAP::Lite - but I have run into a problem when building my own Server. I have been successful in building clients for...
Howdy, I am very new to .Net and to SOAP::Lite. I am, however, well-versed in Perl. I am in need to create a client on the Un*x side, using Perl and...
Hi, List! I have written a little SOAP Server using SOAP::Transport::HTTP It forks off in to background and works smoothly so far. As a watchdog functionality,...
Hi, I've been trying to get Perl Soap's server to return a map so that I could type-cast it into a HashMap in Axis. This is what I have: sub test2_2 { return...
-- This is a small portion of my SOAP::Data construct. SOAP::Data->name(varList => \SOAP::Data->name(Variable => \SOAP::Data->value(SOAP::Data->name(strVN =>...
I'm finding that using a global fault handler doesn't seem to work when using WSDL to create the SOAP object: # global on_fault handler use SOAP::Lite on_fault...
I am looking for a method of accessing SOAP fault info when calling services through WSDL. Apparently, the result of SOAP calls made in this fashion is not a...
Hello All, I am working on a SOAP::Lite client, using S::L 0.55. I frequently make use of this idiom: my $soap = SOAP::Lite ->proxy( 'soapd:8080/soapd/' ) ...
I see on the change log for .60 that an Axis interoperability bug was fixed to output a CRLF to terminate a MIME boundery (as required by Axis) instead of a...
I have been doing some testing of Soap::lite server, and everything worked fine with a SOAP::Lite client, but I have been having problems with a Java Axis...
Greetings all, For some reason we occasionally get the following message when making our SOAP client request: no element found at line 1, column 0, byte -1 at ...
Problem Definition: I had to access a web service using SOAP. The request XML that is to be sent to a web service is a bit complex. Therefore, I got...
Sorry. I'm new to SOAP::Lite and have a Perl package I'm dispatching CGI-based SOAP messages to. This package is returning raw XML. How can I specify that...
Hi! This might be a very stupid question, but I didn't find the answer to it anywhere. I have problems using remote objects by reference using Apache's...