All, I am hoping someone will be able to assit me, I am trying to install SOAP::Lite from the latest tarball I download. Perl version is 5.8.8, running on...
Hello, I was wondering if anyone might be able to offer some insight on my problem. I am writing tests for a perl script which relies on SOAP to send and ...
After mailing my response, I received a number of bounce messages from accounts that have been deactivated, but also that I suspect should never have been...
After running a few tests, I'm finding that the operations performed by the SOAP::Lite decode() method (actually in the SOAP::Parser package) are causing huge...
hello, i am trying to create structure like this <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <tns:CommunityReserveTicket> ...
Dear all, Recently, we developed a set of tool dedicated to the study of biological networks (NeAT : http://rsat.scmbb.ulb.ac.be/neat/). These tools are...
Hello, how can i put together this call? <method href="blah"/> so essentially i need i guess something like ->type but that allows me to create my custom...
I found there is a new update of SOAP::Lite 0.71.01 What exactly I see in log files erlier: SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 500 Internal ...
I notice that the OpenPatentService client at http://tech.groups.yahoo.com/group/soaplite/message/6012 no longer works. Here is a new version, using the stub...
Hi, I am new to SOAP lite. I hope someone can help me out.. I am trying to send XML data in the following form. <batch> <SOAP-ENV:Envelope> <SOAP-ENV:Body> ...
... CGI. It can....IIS6...I enabled it in the "web extensions" section of IIS manager. ... test.pl. Simple CGIs/.pl scripts work no problem. ... This works....
Hi, I'm trying to do some work creating a web service using SOAP::Lite but I'm not getting far. A call through the browser to 'client.pl' shows a blank web...
Hi, I need to throw an error which should be caught by a .NET client of SOAP::Lite webservice. Serialized SOAP::Fault produces xml which isn't compatible with...
OK - I've now been whipped twice in three days. Seems the server i'm accessing doesn't like to use XML for its real power - it returns an array whose...
Hi all, I'm using SOAP::Lite for years to integrate a perl Search Engine through Web Service into other environments (Java, COM, etc.). The server is resides...
Hi All - My apologies for a huge post, esp 1st time out - i've been using SOAP::Lite for a year, and have been able to figure things out, but.....oh, please...
I have went searched the mailer for the solution for this problem I have seen other people ask this question but have not seen the answer. The request I am...
Hi I have a script which does something like the following (this is an example for test purposes using some public service): ### use strict; use warnings; use...
I have the following ComplexType definitions for IP address, how do i define the data type? I have the following defined but not getting the result i wanted. ...
Hi Everyone! I am trying to SETUP CGI based web services using SOAP::LITE on WINDOWS XP (SERVICE PACK 2) having IIS 5.1. Have installed all necessary modules...
Hello, I'm a newbie to SOAP and working on implementing a SOAP::Lite Perl client to invoke a function "getUint64ArrayValues" on a gSOAP server. I was able to...
Hi, How can I obtain a xml output like this: <soap:Body> <OTA_HotelDescriptiveInfoRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="123456" ...
hello, how do i change the way my envelope looks, in fact i want to define myself how it will look, currently it is similar to this <?xml version="1.0"...
Hi, I have a SOAP client call within an Apache module which is giving me an error, however when I use the same code from the command line I can easily get the...
Hi, how can I get access to the SOAP::Data structure with brackets [] I have an array of items such: <namesp1:findrecResponse xmlns:namesp1="meetup"> <result...
I have a SOAP server that runs in daemon mode and am able to talk to it fine with a client (SOAP object) built using the uri + proxy methods, but I cannot get...
Brand new SOAP::Lite user here. I am trying to get the hibye demo working locally on my laptop running Ubuntu Ultimate 7.10. The hibye.pl script works when...