Hi, How can I obtain a xml output like this: <soap:Body> <OTA_HotelDescriptiveInfoRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="123456" ...
6114
t_elia
Feb 26, 2008 4:07 pm
In soap::lite perl service, the get_srvorder_details method returns the following complex structure: sub get_srvorder_details{ my @srv = (...
6115
mharidev
Feb 27, 2008 5:30 am
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...
6116
~Dushi~
dushidushy
Mar 7, 2008 9:22 pm
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...
6117
bennychee
Mar 10, 2008 4:36 pm
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. ...
6118
bennychee
Mar 11, 2008 4:36 pm
hi all, Manage to get it translated. cheers. my $tclass = SOAP::Data->name("trafficClassifier" => \SOAP::Data->value( SOAP::Data->name("networkAddress" => ...
6119
Mark Knoop
marknoop2002
Mar 12, 2008 3:57 pm
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...
6120
Brian
pheighus
Mar 28, 2008 3:34 pm
I am having the same problem (now four years after Mr. Sedgley). does anyone know how to remove the encodingStyle attribute from the envelope or an alternative...
6121
Peter Hartmann
huberhans90
Mar 28, 2008 4:55 pm
Hello Brian, ... my $obj = SOAP::Lite->service(39;http://<url>.wsdl'); $obj->encodingStyle(''); my $result = ... ... Peter I am not sure but I think the...
6122
Patrick
w8itout
Mar 28, 2008 9:30 pm
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...
6123
Martin Kutter
kutterma
Mar 28, 2008 10:59 pm
Hi Patrick, this is due to an error in SOAP::Lite39;s namespace handling - it uses soap: as envelope prefix and does not recognize it is already taken. The...
6124
patrick mariani
w8itout
Mar 29, 2008 9:58 am
Vielen Danke! Worked w/o a hitch..... Pat For Completeness - here it is <SOAP-ENV:Envelope xmlns:tns2="http://data2.integration.yellowpages.com" ...
6125
Hugues de Mazancourt
hdemazancourt
Mar 31, 2008 7:17 am
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...
6126
Patrick
w8itout
Mar 31, 2008 5:13 pm
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...
6127
bshenanigan
Apr 1, 2008 8:03 pm
I am just starting using SOAP::Lite and I am having a bit of a problem getting anything to work. I have a very simple perl file (below) ... ...
6128
Patrick
w8itout
Apr 2, 2008 2:47 pm
I decided to return xml from the soap call, and then used XPath directly - seemed the prudent thing to do...
6129
Sergey Romanovsky
sergeyromano...
Apr 9, 2008 6:17 pm
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...
6130
Paul Rogers
progers001
Apr 11, 2008 2:33 pm
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...
6131
Paul Rogers
progers001
Apr 12, 2008 3:20 pm
... 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....
6132
Vivek Mhatre
vmhatre
Apr 12, 2008 3:21 pm
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> ...
6133
Mike
mw487
Apr 12, 2008 3:21 pm
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...
6134
Andrei Ivanov
ensen_andy
Apr 16, 2008 5:19 am
It simply does not works (may be problem in LWP->HTTP.pm), it works fine with SOAP::Lite 0.70 version. I added message in bugs report with some details. If...
6135
Paul Rogers
progers001
Apr 16, 2008 2:58 pm
This could explain why I've also been having problems with 0.71. While I admit I'm new to soap::lite (and thus a bit green to its intricacies), I've been...
6136
Andrei Ivanov
ensen_andy
Apr 16, 2008 2:58 pm
... It looks like error 500 generated in line 428 in HTTP.pm which caused by LWP module (with error "empty headers") ... -- Best regards, Andrei Ivanov phone...
6137
Andrei Ivanov
ensen_andy
Apr 17, 2008 1:35 am
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 ...
6138
winfinit
Apr 22, 2008 4:30 pm
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...
6139
sylvain.brohee
Apr 22, 2008 4:30 pm
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...
6140
winfinit
Apr 22, 2008 7:48 pm
hello, i am trying to create structure like this <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <tns:CommunityReserveTicket> ...
6141
rahed
raherh
Apr 23, 2008 2:05 pm
... Do you want this? $var = SOAP::Data->name('name1' => 'myvalue139;)->attr( { attr1 => 'myvalue239; } }; -- Radek...
6142
iconmans
Apr 26, 2008 12:28 pm
Check out http://www.savitriya.com/ . These guys are really doing a great job! Best, Raj...