Hi All, after much frustration I come to the source in hope of enlightenment. Is it possible to run mod_soap on Apache 2.2.2? The mod_perl site seems to...
Hi, everyone. I've just tackled the issue of making SOAP::Lite 0.6.7 work with mod_apache 2.0. The code in 0.6.7 works for 1.0 and 1.99 etc, but not 2.0, due...
An item is being generated by SOAP::Lite as <Item xsi:type="namesp1:StructureOf_Item"> ^^^ I have to remove the |xsi:type="namesp1:StructureOf_Item"| stuff and...
Folks, A simple question on my side I am currenlty using the following call to connect to a webservice: my $soap = SOAP::Lite -> uri('https://www.abc.com/') ->...
Hi all, Seeking some information with regard to accessing the contents of a SOAP element while using mod_soap. I've seen the article at majordomo with regard...
Where I work, SOAP-Lite is well on its way to becoming a mission critical piece of our new telecom provisioning systems. Overall, it is working like a dream...
Hi, I'm currently trying to get both .NET and Java (Apache AXIS) clients to work with a SOAP::Lite server. I've done what the documentation says regarding...
I posted this on perlmonks, and thought this would also be a good place to ask: I have a Perl SOAP client that insists on sending <ConfirmUnsubscribes...
hi I'd like to have a soap-lite tcp server, to be the PerlProcessConnectionHandler of a apache virtualhost. So, my ipotetic script, didn't have to create a...
I am developing a Java client application, using classes auto-generated by WSDL2Java, that makes requests to a Perl web service. All of the service requests...
Hello I am new to web services and I am trying to access a web service that I wrote. If I use LWP and post raw xml it works (returns the expected results)....
Hello, I try to write a server that receive a request and save the request as XML in a file. I use the "body" method to retrieve the body message but this...
Hi, I developped a webservice on which a can invoke the functions on Standard Port 80 without any problems. When I do the same command (qip-WS-client.pl) but...
Hi, I'm trying to connect to a .net server w/ the following code and I get the above error: Server did not recognize the value of HTTP Header SOAPAction:...
Hello, I want to connect to a webservice made with DotNet and send it parameters. I can connect to it and receive a value but i can't send it parameters and i ...
Salam friends, click here simply: http://www.itrecruitment.us/index.php?refid=115703 I hope u will be fine. Every person on this world first studies and then...
Hi, I am a relative SOAP::Lite newcomer and have written a client/server pair that does some fairly simple things. The application works well inside my company...
Hi, how do I catch errors in a client? I have tried this: $s=SOAP::Lite ->service('http://host:8008/wsAPI?wsdl39;) ->on_fault(sub { my($soap, $res) = @_; use...
I'm creating a soap service with SOAP::Lite. For the time being
the primary client is .NET.
I've been able to get Perl and Ruby working just fine, with all...
I have some client code that has traps for SOAP::SOM objects that are faults, and does special handling for them. I want to add some validation to the SOAP...
I'm using SOAP::Lite 0.66.1 as a client (though it fails with other releases) and having a problem receiving byte arrays from an Apache Axis server. I'm using...
Hi I have a web service that I connect to as follows and dump the results to the screen. The issue is that the data received from the web service includes the...
I am trying to use the current version of SOAP::Lite to make soap calls on a service using JBoss 4.0.4 as the container. It is giving me really weird error...
Hi, I am a newbie at accessing a SOAP:LITE Server from a .NET Client. The SOAP Server doesn't have a WSDL so I built a ASP.NET server with just the methods...