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...
Hi Andres, well, SOAP is an acronym for "is not simple, is not object, is not application, is not protocol" :-) ... In the early days of webservices, the xml...
Hi all I'm writing a soap::lite client. When this client calls the operation from a WebService the first time, it is successfull. The call works and also the...
I'm developing a SOAP::Lite client that talks to a .Net WCF service. There was a bug in one of the service methods that generated a 500 Internal Server Error...
I need to retrieve the targetNamespace value from a service's wsdl. Is there any way to do this via SOAP::Lite? I can see the value sitting in the schema...
Hi all My soap::lie script calls a webservice on a server. Unfortunately the server finds only some attributes/elements from the request, but not all. Perlcode...
When I try to call a method with an enumeration as one of the parameters, nothing is sent. How do explicitly define the type? I assumed that since the WSTL...
Hello everybody. I've tried to use SOAP::Lite to access the API of SevOne (a monitoring solution), however it seems to have very poor performance. For example...
I'm seeing a problem where a certain type of error produces a die() inside the Transport module. That should be fine -- I have the entire soap-lite call...