Here's an interesting solution to a performance problem I'm having when sending an xml string through SOAP. My example xml string is about 500k When I use the...
Hi, Have seen a few problems on the archive but no resolution to a problem I'm having where I'm trying to log on to a web service using SOAP::Lite and the...
hi, when i run my client i get the length required error.. my server: #!c:/Perl/bin/Perl.exe -w use SOAP::Transport::HTTP; use LWP::Simple; # to the download...
Hi all! I am trying to set upp my own SOAP server. The server should use SSL/HTTPs for client communication. I have only found one example that does not work. ...
Hello, I've fumbling ineffectually with SOAP and mod_perl for the last couple weeks. The best I can get with SOAP::Transport::HTTP::Apache is "Can't call...
Hi all. Please excuess the silly questions, but I'm having lots of problems binding to an apache soap service (uri:10021/soap_vas), and am kind of lost. I'm...
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...