... Hash: SHA1 Hello, I've got the following problem: I'm using SOAP::Lite 0.66 to realise a SOAP-Server. Everything works fine. The only thing that's really...
Howdy, I am trying to write a client that sends an XML message, however it requires me to use a Schema with it. This is a sample of the XML I was trying to...
I am returning the following envelope to a .NET Client, which only partially works. The client recognizes that there are 2 "Summary" objects returned in the...
I get a response from a server that looks like good XML, but SOAP::Lite only provides it as a long string of XML rather than parsing it into a hash of...
Hi, i am running Windows XP SP1 with Active Perl 5.8.0 Build 806. When I do the "nmake test" the result I get is the lines below. I can build the 0.66 base...
I am working with Amazons (WASP, I believe) server to download MIME attachments. The problem is WASP doesn't send the optional 'start39; attribute in the...
Howdy, I have written a SOAP server and seemed to have encountered something bizarre, and I am not sure where to go on it. This is the core of my SOAP Server....
Hi, I'm using a SOAP::Lite based client to call a method called "submit" which takes a (fairly) complex xml structure as an argument. This structure is used in...
Dear SOAP::Lite Users, I am uploading into CPAN as we speak SOAP::Lite 0.66.1 - this is a MINOR release that simply suppresses the warning message about the...
Dear SOAP::Lite developers, I wanted to let everyone know that I am aware of the annoying use_prefix warnings that many of you are reporting. I am going to...
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 ...