Hi, I'm having little problems with functions having to return data containing strings with (french) accents (éè...). What should I use to get it passed...
Dear all, security is really important for my future Web Services. Which standardization is the best to implement with soap::lite - or better: which one is...
I has written a perl soap server, it it sample return an array sub testarray { my @var2; push @var2, '123'; push @var2, 'efg'; push @var2, 'hig'; return @var2;...
Hi all I have been using soap::lite for some time now, but have never had to change the default way the input xml looks like. I have to call a web service that...
Hi, as i can see there are more people having problems with this. I think there should really be a note on the soap-lite site for other developers. Btw: I only...
Hello All, I am a complete newbie to both SOAP::Lite and perl.I haveinstalled Soap::Lite and also managed to write a simple client andserver program.Its...
Hi all, Has anyone here tried to make use of a web service where the function name for calling the service has a hyphen in it? Some languages (e.g., Lisp)...
I have 1gb documents to be passed around using the soap protocol. is it possible to just send the xml as is with out serialization?? The only way i can see to...
Hi, I have a soap lite client at a customer, which hangs sometimes, the sysread function doesn't come back. I suppose this is caused by a transparent proxy....
Hi, i've had a problem with getting no responses from my SOAP::Lite Server. This "error" was due to the fact that i used "perl -W" in the first line of my...
Hi, I've again been looking but haven't been able to find a tutorial for soap::lite that shows how to use digital certificates. I know that the original Soap...
I have a super simple .net (.asmx) web service that exposes one method: int Add (int x, int x) I have downloaded and installed SOAP::Lite and it appeasrs to...
I'm quite new to your group but I wanted to pass on a helpful hint to help find info online without searching through a million search links. Its a great...
Hello all-- I'm running into an interesting issue... Server is NuSOAP v1.75, client is SOAP::Lite v1.47. When I try to call a server method vi a NuSOAP...
All, I'm getting an error message: 'Element39; is an invalid node type The web service is .NET, calling from SOAP::Lite perl script.... the perl code, .NET soap...
Is it possible to change namesp1 to a specified string when the soap message is created? I have typed xml i.e. xsi:type="Namespace::Element" which cries with...
I'm having trouble understanding why I get a '#' in my SOAPACtion in the http header ? I use this code (yes, it's awful..) to call the webservice: #!/bin/perl...
Hi, I'm currently designing a webservice which will be implemented in perl with the help of SOAP::Lite. The clients will use .NET and gSOAP. Problem: I need to...
SOAP::Lite hash references I am trying to get a SOAP client written in Java to communicate with a SOAP::Lite server. Everything seems to work fine until the...
SOAP::Lite 0.60 - solaris 5.8 - timeouts Dear All, I'm experiencing some weirdness with SOAP::Lite. I'm running a c++ gsoap server, which has all connection...
hi all, I know this has come up multiple times previously, and I've tried to put together the bits of responses and code examples that work for others, but I...
Hi, I'm very new to soap, and have been searching for an answer to this question, but haven't been able to find one (hoping that it isn't on the front page of...
Dear all, Can anyone help me? What I want to do is access the SOAP body in a client before it's sent to a server. This is because I'm trying to do some WS...
Hi, I'd like to get the ip connection from the clients using my functions. I tried (as seen in message 2090) something like: sub peerAddr { print "pa:...
Folks, I've got a pretty complex xsd/wsdl definition for my web service which is running SOAP::Transport::HTTP::Daemon. The input schema defines several layers...
I am trying to use a SOAPpy client .. which works fine under cgi-bin but with mod_perl 2 i get the following error Parser.py", line 988, in _parseSOAP raise e...