Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

soaplite · SOAP::Lite for Perl (soaplite.com)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1205
  • Category: Protocols
  • Founded: Jan 28, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 6101 - 6130 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6101 Eric Bridger
ebridger2004 Send Email
Feb 1, 2008
10:05 pm
I would not use stubmaker.pl since you are doing all the work yourself it doesn't really give you anything. The altermative (which I did once long ago) is to...
6102 Craig Dunigan
craigdunigan62 Send Email
Feb 4, 2008
3:44 pm
I'm pretty sure stubmaker.pl can't handle complex types. To pass a complex type, you'll actually have to pass your array as the complex type name required by...
6103 rvanveen_nl Send Email Feb 4, 2008
6:51 pm
How can I serialize complex types in soap lite (using wsdl). The message should look like this. (The Wsdl has defined types such as Metrics.) <message> ...
6104 Paco Regodón
francisco@... Send Email
Feb 4, 2008
11:31 pm
Hello, I am using SOAP::Data to build a request to a SOAP server. I send ir with SOAP::Lite, generating this request XML: <?xml version="1.0"...
6105 Andrei Ivanov
ensen_andy Send Email
Feb 5, 2008
6:33 am
Client side: my @d; $i = 0; while (<STDIN>) { chomp; @d[$i] = SOAP::Data->name('appointment&#39;)->type('appointment&#39;)->value( [ ...
6106 Gomathi Muthiah
jobcookies2 Send Email
Feb 5, 2008
6:34 am
Dear Friends Greetings from Gomathi - Job Cookies, I represent one of the leading IT consultancies called Job Cookies. Job Cookies is a dynamic and...
6107 Peter Hartmann
huberhans90 Send Email
Feb 5, 2008
3:34 pm
... Ok, thanks for clearing this up. For those of you who want to pass complex types to a web service without dealing with the correct namespaces etc. by hand,...
6108 jwalsh999 Send Email Feb 9, 2008
7:18 am
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...
6109 axelelfner Send Email Feb 11, 2008
4:35 am
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...
6110 Andrei Ivanov
ensen_andy Send Email
Feb 11, 2008
3:25 pm
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&quot;> <result...
6111 occasoblu Send Email Feb 14, 2008
6:22 am
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...
6112 winfinit Send Email Feb 19, 2008
8:19 pm
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"...
6113 Luis
luissanchez Send Email
Feb 21, 2008
2:06 am
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 Send Email 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 Send Email 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 Send Email
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 Send Email 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 Send Email 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&quot; => ...
6119 Mark Knoop
marknoop2002 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
Mar 28, 2008
10:59 pm
Hi Patrick, this is due to an error in SOAP::Lite&#39;s namespace handling - it uses soap: as envelope prefix and does not recognize it is already taken. The...
6124 patrick mariani
w8itout Send Email
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 Send Email
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 Send Email
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 Send Email 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 Send Email
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... Send Email
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 Send Email
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...
Messages 6101 - 6130 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help