A specific server has defeated my knowledge of SOAP::Lite, so I am coming to the list for some help. The service I want to write a client for is described at ...
I have a web service (in Java using JAXRPC) that accepts a file upload. My java client is working just fine. I can't, however, figure out how to get...
Hi All, Happy new year I made successfully complex with in complex type perl client .but i cant get return value .i used soap::som package.but its failed to ...
I think my problem is in trying to send 'complexType39; data to a SOAP method. The SOAP service is on a Oracle 10g server written in Java, and I do not have...
Hello SOAP::Lite experts, I wonder if there is a way to add attributes to <detail> to satisfy the following WS-I Basic Profile requirement? R1003 A RECEIVER...
Aside from the use_proxy() warning, I can run the client (hibye.pl) from the docs just fine but when use my slightly modified code pointed at my own server...
I wanted to let everyone know that I have released SOAP::Lite 0.66. There is only one difference between SOAP::Lite 0.65_7 and 0.66: and that is support for...
My server is sending me a gzipped content response to my soap request. This is what I want but SOAP::Lite doesn't appear to be able to decompress the data....
Hi Group, I have a problem buggin me since a month. I want to constrct the following XML using Soap:lite and post it to a Dot Net Sever. But no matter what i...
Hi all, I have written a SOAP server using SOAP::Lite. It has a wsdl file at http://dpg.dialogue.net/WAP_Soap.wsdl I have tested the service with both perl and...
Hi, I have modified SOAP::Transport::HTTP::Daemon to be used with SSL as directed in previous group mails. I have added new patch to HTTP.pm so that it can...
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...