When the resultant response is the following: <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" ...
Hi Folks, I'm having trouble trapping soap faults when access a service using SOAP::Lite accessed via a wsdl. My client code looks something like: my $wsdl =...
So, I'm trying to connect to a SOAP 1.2 endpoint using Soaplite. However, it looks like Soaplite is defaulting to 1.1, and it's popping up the ever-friendly...
Hi, I would like to know how is it possible to get from the server side (like in on_action method) to be able to read the variables from the header/data that...
Hi, I found out that when I call a remote method twice, the destory function is being called as well twice.. But I though that the object is keeped alive in...
Hi! I have spent too many hours trying to work this out. Can anyone help? I'm simply trying to set up two simple operations on a SOAP::Lite server: 1) I need...
This feels like a zero-traffic mailing list .. I'm seeing questions but no answers. Oh well, I'll try :-D Calling SOAP::Lite->service($service) is taking 15...
Hi, Firstly, I'd introduce myself. I'm one of the developer from eBox platform [1], a perl-based SME server. The GUI currently relies on a Web interface but we...
I am attempting to write a simple SOAP client using the SOAP::Lite module, but I can't seem to make my SOAP requests produce any results. I am wondering if...
Reposting out of desperation: I'm trying to connect a SOAP::Lite perl client to a .Net service and pass arguments to one of the service methods. By all...
Hi, I'm trying to set up a SOAP::Lite client/server that both submits and retrieves UTF8 data from a database. While I can submit valid UTF8 data (required...
I am completely new at SOAP, SSL and internet-related protocols generally and am looking to build a SOAP client server interface in Perl. I have managed to...
I am running a SOAP server using Apache2::SOAP and using SOAP::Lite for the clients. Most of the time there are no problems, but occasionally I get the...
Looking through the docs and modules on CPAN, I'm starting to think that there's no DIME integration. Is this the case? I know nothing about DIME and only a...
Here's a simple question I could not find an answer for: Does SOAP:Lite support Document/literal binding style? I am only able to get it to work with...
hi, How can I force SOAP::Lite when it does deserialization to set the xml-attributes like object-attributes. When I make the soap request I get structure like...
I'm trying to connect a SOAP::Lite perl client to a .Net service and pass arguments to one of the service methods. By all indications the call succeeds; I get...
hi, How can I use the : my $service = SOAP::Lite->service($wsdl_url); and preserve the authentication and cookies over the next calls to the service ? I cant...
Hello, I have a very simple SOAP::Lite mod_perl server and a simple SOAP::Lite client. Everything works great on the perl side, however when I tried to ...
With WSRF::Lite, I get back the structure below. There can be multiple ITEM entries. <?xml version=\'1.092;' encoding=\'utf-8\'?> <soapenv:Envelope ...
Hi, i have a SOAP::Lite service (currently it does not do much since i'm testing this). The only method that is implemented is called "AuthenticationRequest"....
Hi, Hope someone can help with this problem - I am trying to construct a web service that accepts a file containing data as input, however I am struggling to...
Hi, I return a hashref one value in which is a URL containing &'s. If the URL begins with http, SOAP::Lite doesn't escape the &'s and the xml at the client is...
Hi, I would be very grateful for some help regarding adding an attachment to a server response. The problem is that the attachment is not present in the...
Hi, I am trying to run samples from the soap lite When I am trying to run client.pl from command prompt perl client.pl it does return value but if I try to do ...