The SOAP server that we're performing our query against is especially slow, so I'd like to save the SOAP response as XML and write it to a file for later...
So, I have a soap server running on php which I know is working because it works on PHP and when I run the '+debug39; on soap::lite it gives me back an array of...
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...
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. ...
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...
######################### 1) My web server requires basic authentication, so the following does not work: #! /usr/bin/perl -w use SOAP::Lite +trace =>...
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...
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...
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...
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, 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...
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...
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, I'm having a few problems getting my WSDL to match the return value from a SOAP::Lite daemon v0.67. I am using the examples on the quick start guide,...
Dear All, We are looking For Perl & MySQL candidates for a CMMi Software company in Chennai Skill: Perl & MySQL Work Location: Chennai Exp: 2+Years If you are...
Hi, I wrote a small daemon that receives some index value via SOAP and does further time consuming things based on the value. The SOAP client is supposed not...
Hello, I'm trying to do a simple SOAP application very similar to the hibyeout.pl example on the "Quick start reference". When I try to run the program it...
I've used stubmaker.pl to create the stub class based on a wsdl I have. The problem is that I can't seem to override the endpoint pragmatically. The reason...
Hi! I'm using SOAP::Lite with VB6. It works ... nearly ;-) When I'm using the current version (0.65) there always is generated an error about missing...
I've seen topics somewhat related to this, and am getting nervous because nobody seems to have a good answer. My company has developed a series of SOAP...
Hi, we have a very special problem here, but i hope anybody can help. We use SOAP::Lite and Perl fuer an SOAP Server included as CGI-Script. With Apache 1.3...
Hello! is it possible to get methode valueof to work case insensitive? So $rez->valueof('//Detail/CODE') en $rez->valueof('//Detail/Code') get same result. ...
Hi, we have a small but disturbing problem. We always got the wrong time from a Soap-Service based on a wrong Language and time-zone. Is it possible to change...
According to some bugs in bugzilla.redhat.com, it looks like there is an issue with mod_perl on fc5,6, rhel3, and rhel4. I'm wondering if this is the case, or...