I.m looking for help to implement data transfer using perl SOAP. We need to connect to a state agency to transfer files. Any help is appreciated. Here's what...
Dear all, I have the following code : use SOAP::Lite +trace => [fault => \&log_faults]; @ISA = qw(SOAP::Server::Parameters SOAP::Transport::HTTP::Daemon);use ...
Hi all, having an issue running SOAP Lite 0.71 under Glassfish 3.1.1. Whenever I send a request in that has content length > 512 bytes the server does not...
Hi, I see plenty of examples of building complex data types using SOAP::Lite client side, but no real examples of processing these server side. I need to...
Hello, I am struggling to get some SOAP request working using SOAP Ligth and PHP on the requesting side and PERL on the server I am requesting information...
Hi all, I'm trying to install SOAP::Lite module via CPAN but I can't because I got the error reported. Could You help me understand what's wrong? Thank You ...
This should be a very simple operation but the better part of a day searching has produced no help. All I want to do is return the SOAPAction from the Request...
We use SOAP::Lite to connect to a service on campus. The service is moving from Thawte to InCommon for certificates; InCommon uses Comodo. The new server...
I'm running into a wall on generating child elements within SOAP::Fault <detail> response. I can generate one child element just fine, but nothing I try will...
Hi all Since an update of Apache, mod_perl and SOAP::Lite (on Debian) a mod_perl module which uses SOAP::Lite doesn't work anymore. It causes an error in the...
Hi, I've been trying all day to get SOAP::Lite to connect to a server that has a self-signed cert with no luck. Nor can I find any help on the web via Google...
Hi. I have a Perl program using SOAP Lite (Version 0.60?) that has been working fine with Perl 5.8.2 but fails with 5.10.1. My test code looks like this: sub...
Greetings, I trying to use SOAPHeader with a document type webservice but I'm not being able to make the server to reply the request. I have the following...
Greetings, I have an doubt about the request being automatically generated by SOAP::Lite. Here is (part) of the WSDL file content. Please note that are two...
Hello there, My name is Alceu and I'm a newbie with SOAP::Lite. I was adding some parameter validation in server side and follow the explanations on...
I've been asked to "PKI Enable" one of my SOAP client tools and looking for pointers on where to start with this. Normally I call a "login" method with a...
My web method in .NET web service has a parameter attr[] attributes. how to pass this parameter in perl scripts? its xml format is: attributes> <attr> ...
Hi, thanks to the help Martin gave me in my previous post I am getting much closer to having things working. I am successfully sending calls to the service...
I am talking to a soap API. This is the desired output $xml = ' <metadata xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="ns4:kt_metadata_fieldset[1]"...
Greetings. We are trying to work around an issue with SOAP::Lite adding stuff to a request that an upstream SOAP library doesn't like. But now we've hit ...
While testing our asp.net web app service we noticed that the client aborts if the service id down. For example if port 80 is unavailable the client aborts...
Within the Crypt-SSLeay code there is a retry mechanism that gets triggered if there is a connection failure before the SSL handshake completes. By default,...
Hi, I'm trying to use SOAP::Lite to contact a web service. However, I can not get the parameters under the request element. Below is my sample code: my $wsdl =...
Hi, I have been banging my head against the wall for a few days attempting to get SOAP requests working with this WSDL. I am trying to send a request to a...
I'm having troubles getting my client to send values to function. I need a perl client to send this structure: POST /VSMapi/VSMapi.asmx HTTP/1.1 Host:...
This is probably an odd request, but I have been asked to update Email::Folder::Exchange to support Exchange 2007. Exchange 2007 no longer does WebDAV by...