Hello, I want to use an SMTP protocol for an SOAP service that will run for a looonnnggg time before it returns a result. I figure using SMTP as my scheme is...
Hi Paul, I'm looking for a little more information on one of the questions I asked earlier. I have the following client: acmeclient.pl ... 1 use SOAP::Lite; 2 ...
Hi, Is there a way to set the ip address/hostname to use when using a stubmaker generated module rather than the ip address that was passed in as the host in...
Hello, I am stuggling to get a working JABBER transport based SOAP tool up and running. Can someone point me to a working example. Perhaps it is do to...
Hi All, I think this should be easy... but I'm having trouble getting my SOAP::Lite client to decode a simple soap response message. My client receives the...
Is there some way to get the value of the xml soap request that was used to make a soap call? I am trying to debug a server that is returning 'No Deserializer...
Hi, I am using SOAP::Lite to call a method in a Java class that returns a java object. Could someone please send/point me to a code snippet that would help me ...
I am attempting to call my SOAP server ACME (implemented in Java & published via WSDL) using SOAP::Lite. The name of the method I would like to invoke is...
Hello all. This is a simple, stupid question, but I cannot seem to find an answer. I'm using SOAP::Lite to run a simple client. $lite = SOAP::Lite ->uri(...
I am trying to get certificate authenication working with an XMLRPC::Lite server that is using HTTP::CGI for its transport. More specifically, I want to...
Hello, A very basic question but I can't find an answer (on the web at least). I'm learning XMLRPC::Lite but I can't find a way to access a returned array from...
Greetings, I am trying to set up a SOAP service using the Perl SOAP::Lite modules, and I was up and running in less than 10 minutes (Kudos to the developer of ...
Hi all, I am new to the group. I tried to use UDDI::Lite but I lack info on how to use it in order to get other things than the name of the first servie only,...
Hi, we've been frozen against SOAP::Lite 0.46 (client) and SOAP::Lite 0.50 (server) since our last code freeze many months ago. For various reasons we're now...
Hi, When using SOAP::Lite 0.52, I find that my WSDL files can no longer be used (it worked fine with SOAP::Lite 0.50). The error I get with 0.52 is: ...
Hi everyone! I am using SOAP Lite for Perl on Linux and have written a small server which is dispatching a Package named USER.pm.This package has many "use" &...
At 06:55 PM 11/28/2001 -0800, you wrote: hello all I have a soap server which dispatches a class called SendReceive. i get this error when i try to access the...
Hi, I'm using SOAP::Lite to access BEA Weglogic WSDL services (Java beans). I would like to call from Perl a remote method on the Java server that receives a...
hello. I have created a soap server that serves out a class. how do i instantiate a class object on the client end and have access to the object methods. for...
Hi, I have a really basic question -- please forgive me if it's been already been answered. I wrote a simple web service to display a fortune, using Soap::Lite...
Is there a way to get the uuid out of the following response: <SOAP-ENV:Envelope xmlns:SOAP-ENV=...> <SOAP-ENV:Body> <ns1:getDeviceProfileResponse xmlns ...>...
Hi, I've installed SOAP::Lite and am trying to use the jabber transport. When I try to run the example 'jabserver.pl' I get "Failed to load any schema for...
Hi all, When passing an XML payload as a string using normal SOAP::Lite client calls, the XML gets encoded so that it looks like content. For example, '<' gets...