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...
Hi, it's since last week that I'm trying to connect to a simple soap web service but without success. Here there are some output and data: bash-2.05$...
I'm trying to set up WSDL for a service that I wrote in SOAP::Lite, for a .NET client. The client can read and compiles the WSDL, but SOAP::Lite doesn't like...
Hello, I played with SOAP::Lite and mod_perl without hardly problems. I found big problem when I start use DBI. Perl don't found DBI.pm, but when I start...
Hi all, how do i instruct my SOAP::Lite server to response with ISO-8859-1 and not utf-8? Is it possible to set the encoding in SOAP::Lite or do i have to...
Hi all, My webservice package returns a hash. I could not figure out how I could say to the server to serialize it to a Map an not to a hash. Suppose my...
Hello I can save configurations of web services in PostgreSQL (is easy). But I wont to have two services different only in different database name. Its...
Helo, playing with SOAP::Transport::HTTP::Daemon it seems for me there are a problem with returning from a method with huge data size (e.g. @list with 15 Mb...