Can someone give me an example of the simpliest way to take a SOAP header returned via one method (operation) and provide it as input for a subsequent method...
I've got a SOAP::Lite client working against a .NET service, but I would like to use HTTP compression and I'm having problems getting it working. On the server...
"Kindlly forward these two vacancies to some one having Similar profile" Vacancy 1 Head - Software Processes and Engineering Group Senior management position,...
The latest version is SOAP::MIME-0.55-3. It is thouroughly documented. Changes in this release: * attachments parsed out of a response message are parsed into ...
Hi, Any one know where I can download the Perl soaplite server sample codes which implements "echoString", "echoVoid" etc for Soap interop tests. I cannot find...
Hi All, I having a problem using cookies based authentication with SOAP::Lite. My service is in Java using Apache Soap2.2. (java client works fine using ...
I am trying the SOAP connectivity using SOAP::LITE and DBI, it doesn't work , no response and error message at all. could anyone help? here is my code server...
I'm trying to get a SOAP::Lite client to communicate with a JAX-RPC server. Simple types work as expected; however, passing complex types return a bunch of...
I wrote a client and a server program using soap, how to query database using SOAP and perl::lite, could anyone tell me? thank you! ... Do You Yahoo!? Yahoo!...
Hi !!! I'm trying to access a service which sends a response as arrayofstring. When accessing thru soap::lite, it gives me some memory address as a result...
Hi, I'm trying to move a working Apache.pm installation that uses dispatch_to() to use dispatch_with(). I'm trying to clean up my package's namespaces, and was...
If I try using SOAP::Lite in doc-literal mode to make the echoVoid() method as described in http://mssoapinterop.org/stkv3/wsdl/interopTestDocLit.wsdl no...
I tried enough combinations and eventually, I got this to work. The key was I changed "->name( 'User' => \SOAP::Data....)" to "->value (\SOAP::Data....)". I...
Still stuck on this.... The biggest problem I have is SOAP::Data->type() method ALWAYS messes up. It references a namespace that isn't delared anywere in the ...
Hi guys, I new at using soap, but everything seems to be going ok except when I do an sql query which returns a large result set. I get an error message: ...
I've got a perl module which uses Exporter to export several functions. Is there some way I can use them as server-side methods without having to write an...
My apologies for this *somewhat* non-perl mailing. I have a SOAP::Lite server that works just fine. My SOAP::Lite Perl client has no problem calling new() and...
Hi, i have some problems with using WSDL and SOAP::Lite ... ... Can't locate object method "result" via package "Hello Torsten" at hello_clientwsdl.pl line 16....
Hi, as my local SOAP::Lite server works fine answering request from a CGI- client (also SOAP::Lite), I got the idea that a standalone GUI will be the next. So...
I want to try some webservises listen at xmethods.com www.xmethods.com/ilab/ All services are descrbed in the form: Endpoint SOAPAction Namespace for instance...
First of all, let me say that I have had great success using a Perl client to connect to my Java WS! I'm running Perl on Win32 and the stubmaker.pl tool...
I have been hacking on this for a couple of days - it is not been rigorously tested, but it works for our use cases at Grand Central. The latest version is...
Hello All, I am trying to develop a distributed system using a Soaplite perl server and accessing it via a java client. This application would need complex...
Hi All, I'm very new to SOAP::Lite, and I seem to have a problem when I do anything a little more complicated than the examples I can find on the net. I'm...
Hi Paul, I am working on a perl soap client to access the web service from java server. I am using java server that supports an apache SOAP which is an...