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...
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 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...
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...
I am trying to communicate with a .NET web service using soap::lite for apache v0.60. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ $soap =...
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...
... See the section ACCESSING HEADERS AND ENVELOPE ON SERVER SIDE in the docs for how to get hold of the SOAP envelope. You can then use the SOAP::SOM methods...
... Duncan, Thanks for the reference. In the section you referred me to I discovered that I can get direct access to the envelope by inheriting from ...
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...
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...
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 ... 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,...
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...
... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql90/html/soapscenarios.asp seems to have some examples that may be of use. -- Our...
Thanks for the link, Peter. I've pretty much got it solved, I think, but I just have one small problem, that is I can't figure out how to add the "wsse" prefix...
Thanks for the link, Peter. I've pretty much got it solved, I think, but I just have one small problem, that is I can't figure out how to add the "wsse" prefix...
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 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...
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 ...
Jesse, I may be naive here, but at first glance it looks unusual for you to have both a comma "," and a pair operator "=>" in a hash element such as: ...
It looks weird (was a typo), but removing it makes zero difference. (I tried!) The data generated is identical. ... This message may contain confidential...
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...
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...
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...