Hi, Using SOAP::Lite-0.65, I have writted client & server using SOAP::Lite & SOAP::Transport::HTTP::Daemon for my application. The things worked fine with...
I am a newbie to SOAPLite. Below is my code and I am getting "Can't call method "value" on an undefined value at (eval 10) line 38.". Please help. ... use...
I am using soap::lite to call .NET methods, all of a sudden .NET will not pickup any of the variables I pass to it. If I call a method with no variables it...
Hello, Recently we move our project from RedHat 9.0 to Fedora Core 4. I installed the newest SOAP-Lite tarball SOAP-Lite-0.65_6.tar.gz and found that ...
I am trying to implement a simple SOAP client/server and stumble on parameter passing - in my case how do I read an array. I am using Apache2::Soap via...
Hi, I'm trying to write a SOAP:lite client for an Axis service which needs authenticating with a UsernameToken containing a username, password digest, nonce...
Hi ... How to enable multiple request handling in the SOAP::HTTP::Daemon. I have seen some of the modules in the CPAN, SOAP::HTTP::Daemon::ForkAfterProcessing,...
Hello :-) , I'm using SOAP::Lite/Perl/0.65_6, and have a problem with cookies. I want to first call a login service which returns a key, and then call a...
HI all, I m new to perl..can any body help me regarding stubmaker.pl, I want to know how i use this stubmaker.pl.. can this is right approch that making a...
Hi Im trying to upload a file to a XMLRPC::Lite using base64. Im uploading the file from .NET and have got the file as an array of bytes, this is serialised...
Hello, I have spent alot of time and effort reading documentation, looking at source code, googling and scanning the list archives but have not been able to...
I am trying to communicate with a .NET web service using soap::lite for apache v0.60. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ $soap =...
Any help? ... Hi, How to send multiple request to the SOAP server from the same client. I tried to invoking two methods using threads.. Here is the sample code...
Hi All, I try to call perl module in @INC from mod_soap perl module (on Apache) but it looks like I'm not able to call outside perl modules (which is Net::DNS...
Matching MySQL data encoding with SOAP data encoding? If I add authentication data to a MySQL database directly on the server side and then attempt to compare...
Hi All , I have to create a perl client that consume .net webservice.I dont have so much idea of perl ,I start from sample webservice.. I downloaded...
To debug a rare server problem with failing CGIs, we have added a trace function for faults in the service cgi, like this: use SOAP::Lite +trace => [ fault =>...
Could someone give me some help on getting this data out with the perl code below. Not sure on this. Basically, I need all data inside of the root <item> tag....
Hi !. I have a soap client and server and am able to make the call to the soap service and get the results back. I am now trying to develop a wsdl doc that I...
I have updated to Soaplite 0.64_6, the current version. The problem persists and is serious. Somehow, about one out of 3000 requests, fails in the way I...
I have a script that gathers a bunch of data as an array from an Apache server running a SOAP::Lite interface, serializes it and returns it. On Linux and under...
Just a follow-up for anyone that has been following this conversation and 'thanks39; to the people who have helped me. The service is still not working but I...
I run a web service using SOAP::Lite, and it has worked for more than a year very well (on Linux, with Apache 2.x) But at times of high traffic load, we...
Hi I want to change the type of a member passed by XMLRPC::Lite. The member is supposed to hold a mobile phone number which i want to pass as a string but...
Hi, Am unable to access a service that uses doc/literal. I've seen that this may be supported in the next version of SOAP::Lite. Does anyone know the...