Is there a way to send raw XML that I type by hand inside the <functionname>...</functionname>, instead of having to play with SOAP::Data ? SOAP::Data can get...
Does anyone know how I can get this annoying message to not display whenever I run my SOAP::Lite script? (without editing the SOAP::Lite source code) ...
Does anyone have any experience getting SOAP::Lite (in specific, SOAP::Transport::HTTP::Apache and Apache::SOAP) working under Apache 2.x? I would assume...
Hi Is there any way I can view the raw XML of a client request before it sent? (I'm on the client side and need it for debugging) Is there also a way to view...
Has anyone managed to do a simple authenticated request on Amazon S3 web service with SOAP::Lite? I've had no luck, I keep getting "The provided security...
I apologize for the newbie question. This is my first attempt at implementing a soap client. After looking through much here and elsewhere, I am still stuck...
I am a newbie to Perl and to Soap Lite. I am trying to create a Soap server to test the CPE WAN Management Protocol (CWMP) for DSL modems/routers. I have the...
I've just completed an article on building interoperable web services in SOAP::Lite. Hopefully, this will answer many of the questions presented here on this...
Does anyone have experience with using a Hummingbird proxy client with SOAP::Lite? The case I am dealing with is using Hummingbird proxy client with active...
Dear all, I'm using a soap client against a simple soap server setup. My main issue is that I'm not able to change the clients namespace. The client namespace...
Women pilots for PAF fighters RISALPUR, March 30: Pakistan Air Force on Thursday welcomed the first four women pilots into its cadre with ceremonial pomp and...
I have a gsoap client and a perl server. I would like to have more than one parameter in output with the soap message. I used a complex type in the header...
I'm trying to generate a packet in this form: POST /SMSAPI HTTP/1.1 Host: testing.ad2.com Content-Type: text/xml; charset=utf-8 Content-Length: 597 SOAPAction:...
I am writing a SOAP client, and I've been having difficulties using SOAP::Lite to work properly with the supplied service. I have a sample SOAP request, which...
Hi all! I would like to build a gsoap client communicating with a SOAP::Lite server. I managed to pass the parameter from the client to the server, but I'm not...
I'm trying to use SOAP::Lite to write a client to a .NET Web Service in document/literal style. I've got everything working except for methods that take no...
I am using SOAP::Lite 0.67 for the first time (as well as Perl). I am trying to call a web service which doesn't like SOAPAction header, but works ok without...
Newbie question, sorry about that. I am trying to make a perl client connect to the "example5" service as distributed with Apache axis. My naive implementation...
Hi, there I am using SOAP::Lite in perl to communicate a SOAP server (Apache.axis). There is an operation (addMember) needs a class Member as parameter (the...
Hi, I'm having some difficulty using soap::lite as a server for document-literal messaging using an axis java client. My question is - is there a simple way to...
Hi Everyone I have a SOAP::Lite client connecting with a GSOAP web service. I need to send a MIME attachment from the client to the server. The server keeps...
Greetings, I'm trying to get a hello world app working with SOAP::Lite. As a straight cgi, it seems to work as expected. But under mod_perl, whether as a...
Hi, I searched for a while now but really couldnt find the answer. I found the article about getting the HTTP::Request-Object for nonblocking SOAP-Calls by...
The $PATCH_HTTP_KEEPALIVE constant is documented as being off by default -- but at line 396 in SOAP/Lite.pm the value is set to 1. This is bad because it...
I have deployed SOAP::Lite 0.67 to CPAN. The change log includes: * fixed a bug where the charset parameter kept getting re-added to the content-type header *...
Hi All, Does anyone have a clue why this might happen? I have a soap server and client both written in perl. The client is making calls to the server...
Hello All, I have written a web service whose input is xml string. I can call the method through WSDL using SOAP::Lite client, but when I try it from a WSDL...
We are running a service which requires an Oracle connection on a Windows 2003 server box with Oracle 10.2 and we are hitting it with perl scripts from an AIX...
I need to implement a connection to a webservice from another company. I'm trying to setup SOAP::Lite so that it generates the right message to send to their...