Hello I am new to web services and I am trying to access a web service that I wrote. If I use LWP and post raw xml it works (returns the expected results)....
Hello, I try to write a server that receive a request and save the request as XML in a file. I use the "body" method to retrieve the body message but this...
Hi, I developped a webservice on which a can invoke the functions on Standard Port 80 without any problems. When I do the same command (qip-WS-client.pl) but...
Hi, I'm trying to connect to a .net server w/ the following code and I get the above error: Server did not recognize the value of HTTP Header SOAPAction:...
Hello, I want to connect to a webservice made with DotNet and send it parameters. I can connect to it and receive a value but i can't send it parameters and i ...
Salam friends, click here simply: http://www.itrecruitment.us/index.php?refid=115703 I hope u will be fine. Every person on this world first studies and then...
Hi, I am a relative SOAP::Lite newcomer and have written a client/server pair that does some fairly simple things. The application works well inside my company...
Hi, how do I catch errors in a client? I have tried this: $s=SOAP::Lite ->service('http://host:8008/wsAPI?wsdl39;) ->on_fault(sub { my($soap, $res) = @_; use...
I'm creating a soap service with SOAP::Lite. For the time being
the primary client is .NET.
I've been able to get Perl and Ruby working just fine, with all...
I have some client code that has traps for SOAP::SOM objects that are faults, and does special handling for them. I want to add some validation to the SOAP...
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...
Hi I have a web service that I connect to as follows and dump the results to the screen. The issue is that the data received from the web service includes the...
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...