I'm trying to wrap a raw xml file and send it to the server. The server resides as a daemon on the host. The file contents are written to xmlString. Here's...
Hi All I am using SOAP::Lite for writing client scripts. the wsdl schema has a complex type mentioned below which are interlinked with each other, Please tell...
Hi, We have been trying to make SOAP::Lite work for sending attachments to and from servers, and we have pretty much made everything work (including patching...
Hello, I've been having the same problem - is there any work around for this? Is this problem likely to be fixed in the near future? I really ike SOAP::Lite as...
Dear all, I'm writing a perl client, following closely a working Java client, to access an ISI web service (deployed as an Axis web application I was told). My...
Hi, I'm interested to know what the current development status of SOAP::Lite is. The webpages (http://www.soaplite.com/) haven't been updated for a year and...
... been ... release ... documentation ... Hello, that's also the matter I'm interested in. It'd be good if the module maintainer sent anything about his...
I do actively follow the group. I rarely have time to respond however between work, a kid, and a number of other projects I am actively engaged in. I tend to...
Thank you for the "State of the SOAP" speech. Good to hear your're still behind the module development. I use a limited scope of its functions but it's a part...
I've been beating my head against this one for a while and not finding any solutions, so I thought I would post mine. Talking to the .net service from SOAP was...
Hi all, Quick question - should the code fragment below set the User Agent HTTP header to be "myApp" when called by SOAP::Lite? @soapargs = ( $url, proxy => [...
Hi, How does one write a multi-client SOAP daemon (standalone server)? That is daemon waits for incoming call, picks it up, forks a child and let the child...
... There are a bunch of examples that come with SOAP::Lite when you install it. soap.daemon.forkafterprocessing and soap.daemon.forkonaccept should give you...
Dave Howorth
dhoworth@...
Jan 29, 2007 8:00 pm
5808
Hello, I am using Perl and SOAP::Lite as a Client, transport protocol HTTP. What is an easy way to dump out the XML that "goes over the wire"? (I have had a...
######################### 1) My web server requires basic authentication, so the following does not work: #! /usr/bin/perl -w use SOAP::Lite +trace =>...
... <http://www.perl.com/pub/a/2001/04/24/soap.html> shows examples doing BasicAuth. That code works fine for me. Achim -- SOAP::Lite and WWW-Negotiate...
I am calling a server procedure that returns a hash reference. It works fine when I call the procedure locally. However, bad things happen when I use SOAP. ...
I've got a Soap::Lite client/server. The server is running as a CGI script on apache (over SSL). The just forwards commands to be processed, and returns the...
So, I have a soap server running on php which I know is working because it works on PHP and when I run the '+debug' on soap::lite it gives me back an array of...
Hello, I'm rather new to the SOAP world, so if this is a FAQ, please let me know. We're working with a SOAP method "Request", which requires that the payload...