Hi, I have a soap serializer (server) that usually returns strings for most requests. However, for one request, it returns an array of strings. In the past, I...
A simple question, but I can't find the answer on www.soaplite.com I have a SOAP method that returns multiple results: sub Foo { my $Self = shift; my...
I have a method (get_fees) for the Web service returning the 'fees' XML and I'm able to do that by simply populating my_variable with the XML and returning...
Hi SOAPlite Group, i am new to SOAP Lite (and PERL in generell ;-)) and stuck in a problem. I'am able to give a wsdl, call a Function with a parameter. But...
My server set up is: SOAP::Lite 0.69 Apache/2.0.55 mod_perl 5.8.7 When a client sends a request for SOAP 1.2 there is no xsi declaration in the response: ...
When code is as follows my $s = SOAP::Lite -> proxy('http://172.17.164.154:4094/SDrive/SDAMex39;) -> uri('urn:#SDAGetWSInfo39;); logcomment("Response is $s"); my...
I had most of Soap calls working in version 0.6. On upgrading to 0.710, none of them seem correct. Has anyone seen this issue and how have you fixed the...
I have a server and client scripts called lights.pl and lights.cgi. This script controls my X10 lamps using the Device and ControlX10 perl modules. I can't run...
Hi I suspect this may be obvious but I am not clear on what happens where. I have to make a SOAP method call to a 3rd party, passing a return URL as one of the...
Hi, I'm new to SOAP::Lite and I've been following the simple examples I've found. However I'm stuck on whats happening here: The simple test server takes a...
Hi, Sorry if this has been asked a lot but I wasn't able to find a clear solution to this yet. I'm working on some scripts to upload base64 encoded files to a...
I have a couple of scripts which had the following construct for custom http headers which worked with v0.69: $client->transport->http_request ->header('Foo39;...
Hi, I'm on SOAP::Lite version 0.66, using a WSDL (below) to make the ... my $soap = SOAP::Lite->service(39;file://path/to/Authentication.wsdl') ->proxy($ws_url);...
Dear Soap:lite Communtiy. I writing a soap:lite client for some web service which returns me a byte array of an image which I would like to save to a file. Can...
I'm trying to use SOAP Lite through mod_perl to integrate with QuickBooks. QuickBooks does a GET /soap HTTP/1.1 (/soap is the endpoint I'm using) in order to...
Hi, I have a SOAP service running as a .pm via Apache2::SOAP, which is a SOAP-specific mod_perl2 wrapper lib. However, I cannot get the mod_perl2 methods for...
Dear All, I'm trying to write a client to call the 'LeadInsert39; method based on the wsdl attached (it's generated by a Java CRM from Oracle). My code is as...
can anyone give me some explaination how I modify the soaplite encoding style into rpc/literal? default is rpc/encoded. I've searched it in internet, but find...
Hi Guys, I've been struggling to understand how the bits and pieces of code in SOAP::Lite and the data in the produced XML output hang together, and am almost...
Hi, I need to use SOAP to access data from a SOAP server which uses WSDL over HTTP. My problem is that I need to change the SOAPAction that is sent with the...
All, I am hoping someone will be able to assit me, I am trying to install SOAP::Lite from the latest tarball I download. Perl version is 5.8.8, running on...
Hello, I was wondering if anyone might be able to offer some insight on my problem. I am writing tests for a perl script which relies on SOAP to send and ...
After mailing my response, I received a number of bounce messages from accounts that have been deactivated, but also that I suspect should never have been...
After running a few tests, I'm finding that the operations performed by the SOAP::Lite decode() method (actually in the SOAP::Parser package) are causing huge...