I am trying to use the current version of SOAP::Lite to make soap calls on a service using JBoss 4.0.4 as the container. It is giving me really weird error...
Hi, I am a newbie at accessing a SOAP:LITE Server from a .NET Client. The SOAP Server doesn't have a WSDL so I built a ASP.NET server with just the methods...
Does anyone have the raw text of a sample SOAP request to eBay that works? I'm trying hard to make a single GeteBayOfficialTime request to work with no luck....
Hi folks. We've got a cilent-server system with a couple hundred clients running various versions of SOAP::Lite in the 0.60 timeframe. We're trying to upgrade...
Hello, My server receive a request and I would like to parse it. I know how to retrieve the value of an header or a data. I use "dataof" and "headerof". But...
Hello group! I've been trying to get SOAP::Lite to access a particular site that has document/literal return, but I just get the "EXPERIMENTAL" warning and no...
I would like to use SOAP::Serializer::as_* to allow objects to automatically serialize when returned from a soap call. However, I'm having trouble coming up...
Hi Everyone I am trying to get a SOAP::Lite client working with a GSOAP web service. I want to enable strict parsing on the GSOAP side so that I can catch...
I was wondering if anyone had experience accessing a WSDL on a Microsoft IIS server(for example, I am accessing one on a Microsoft Project server). I can't...
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...