Got it working! Thanks for the pointer Byrne (BTW, if you search for "attachments" on your site it doesn't turn up anything... Google found it). I found some...
I got the following to work in 0.66, but I could not understand how to escape the XML with the Data method- the examples "return" it, but I do not understand...
Hello, I have a problem when upgrading to Soap::Lite 0.66 I have a simple code which worked in previous version (I replaced uri by ns (using default_ns instead...
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...
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...
Greetings, I am having some difficulties getting SOAP::Lite to have two sibling root elements. Why would I want to do this? Because Amazon requires it, oddly...
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...
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....
I'm using SOAP::Lite 0.66.1 as a client (though it fails with other releases) and having a problem receiving byte arrays from an Apache Axis server. I'm using...
I am working with Amazons (WASP, I believe) server to download MIME attachments. The problem is WASP doesn't send the optional 'start' attribute in the...
I assume you are using SOAP::Lite 0.66.1. I would also contact Amazon - as the W3C SOAP with Attachment specification strongly recommends that the start...
Weird - it should behave correctly with 0.66+. Here is the code from the Packager: die "Multipart MIME messages MUST declare Multipart/Related content-type" if...
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 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...
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...
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...
... 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...
I've XML request like the below one from this I would like to send a soap request. Can some one tell me whether is possible to send a xml request like this...
Hi, I would like to generate an UUID using soaplite. Data::uuid seems to be good way to do that but I can't succeed in installing it in windows 2003 server. ...
Let's revisit this thread. I did my own investigation of the problem and realized that the problem is not stringification, but numeric conversion overloading...
Hello, I am having a hard time implementing a SOAP webservice on Linux using: - Apache - mod_perl 1 - Perl 5.6.1 - and SOAP::Lite 0.66 To just fool around and...
Jonas B. Nielsen
jni@...
Jan 26, 2006 12:57 pm
5151
Most likely this has to do with your Perl @INC array under Apache. Check your Apache httd.conf for a PerlRequire "/path/to/modperl-startup.pl" then make sure...
Hi Eric, Thanks for the response, I dumped the @INC array to the error log and it contains the path where my modules are :-/ I even tried requiring the the...
Jonas B. Nielsen
jni@...
Jan 26, 2006 1:54 pm
5153
Good evening, With a base install of SOAP::Lite version 0.66 I don't think it is possible for the user/developer to detect whether the SOAP 'call' failed, and...
Under SOAP::Lite 0.66 the Content-Type: HTTP header grows and grows with each call. Enabling 'trace' shows the header being sent as follows: Content-Type:...