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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 6116 - 6145 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
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...
6131 Paul Rogers
progers001 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email Apr 22, 2008
4:30 pm
Hello, how can i put together this call? <method href="blah&quot;/> so essentially i need i guess something like ->type but that allows me to create my custom...
6139 sylvain.brohee Send Email 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 Send Email 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 Send Email
Apr 23, 2008
2:05 pm
... Do you want this? $var = SOAP::Data->name('name1' => 'myvalue1&#39;)->attr( { attr1 => 'myvalue2&#39; } }; -- Radek...
6142 iconmans Send Email Apr 26, 2008
12:28 pm
Check out http://www.savitriya.com/ . These guys are really doing a great job! Best, Raj...
6143 Lev Lvovsky
levl289 Send Email
Apr 28, 2008
11:54 pm
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...
6144 killgore9999 Send Email May 1, 2008
2:17 pm
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 ...
6145 Andrew Berry
goolies_tg Send Email
May 1, 2008
2:17 pm
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...
Messages 6116 - 6145 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