I am trying to create the following complexType weatherParametersType and my code (see below) isn't capturing the array of booleans correctly (see SOAP...
We use SOAP::Lite to make requests to a HTTPS based WebServices that uses HTTP Basic Authentication. I've been overriding the get_basic_credentials as...
I'm new to both SOAP::Lite and Perl I have a webservice with two methods. The first method is passed a String and returns a String The seond method is passed a...
Hi All, I am trying to access a soap service using SOAP::Lite in a Perl script (see code below) and I get an error message back saying that it has received an...
Howdy - I have a simple CGI script I am running on a Win32 Apache (1.3.29) web server using mod_perl - specifically the Apache::Registry. It tries to make a...
I have an application developed using Visual Basic 6. This application can connect to the server (linux) to upload and download a file (this file is an XML...
I have a simple perl web service that works via https on a Stronghold server. I then moved the service to Oracle's 10G application server. If I access the...
Until earlier today, my perl client to .NET server worked. After doing some (seemingly) routine code work today, it now gives an error on execution. Hopefully...
Hi, I am accessing a service using its wsdl. My code looks like this: $soap = SOAP::Lite( http://...wsdl) my $result = $soap->getResult($id); Now my server...
This is probably a problem on my end, but I am at wits end. According to the soaplite documentation (on cpan and elsewhere) "WHERE TO FIND EXAMPLES See t/*.t,...
Hello, I'm using Excel with lite.dll (5/11/01 19:52 2633728 Lite.dll) and some macros inspired from the COM/examples under my NT4 environment with great...
Hi, I'm trying to deal with nested array structures in my SOAP responses. What I'd like to know is whether there's any way to retrieve a SOM object for an...
My SOAP::Lite server is returning <namesp1:sayHelloResponse xmlns:namesp1="urn:Hello"> How can I get access to this element and set the namespace to something...
Hi, I need to connect to a SOAP server that wants variables in the header in a set order. The header must look like : .... <SOAP-ENV:Header> <extraHeader xmlns...
I have small problem in case of hashTest see below code # Userdefine Structure struct( mymap => { param => '$' # user time used }); # create an object: my...
Hi, There. I am quite new to Soap::Lite, and I was following the info on www.soaplite.com to find out the way to set up ws server and clients. At this moment,...
Hi all I am using Apache and CGI as the SOAP transport and just yesterday I started getting the odd SOAP connection fail and print to STDERR: "Unexpected...
I'm calling a service that expects a long data type passed to it. The web service is written in java. But I'm calling it via SOAP::Lite. I don't know how to...
soaplite Moderator <soaplite-owner@yahoogroups.com> wrote: Hello, Welcome to the soaplite group at Yahoo! Groups, a free, easy-to-use email group service....
I am create a soap server which use the below module use File::stat I has written a testing program, it work ok. However, when I use a java soap client to call...
Hello, I'm using SOAP::Lite 0.55 on client and server side. Server is using en_US.iso885915, client is using en_US.UTF-8. The content from the server <br>92;n ...
I was having problems getting at the faultstrings from my SOAP::Lite server, and found it's not dealing with special characters ('<39; or '&') in the fault...
hi, my little perl client has trouble to handle a fault generated by a PAER SOAP server in php. I get a perl exception at the line where i call the remote...