Search the web
Sign In
New User? Sign Up
soaplite · SOAP::Lite for Perl (soaplite.com)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6116 - 6145 of 6385   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6116
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...
~Dushi~
dushidushy
Offline Send Email
Mar 7, 2008
9:22 pm
6117
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. ...
bennychee
Offline Send Email
Mar 10, 2008
4:36 pm
6118
hi all, Manage to get it translated. cheers. my $tclass = SOAP::Data->name("trafficClassifier" => \SOAP::Data->value( SOAP::Data->name("networkAddress" => ...
bennychee
Offline Send Email
Mar 11, 2008
4:36 pm
6119
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...
Mark Knoop
marknoop2002
Offline Send Email
Mar 12, 2008
3:57 pm
6120
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...
Brian
pheighus
Offline Send Email
Mar 28, 2008
3:34 pm
6121
Hello Brian, ... my $obj = SOAP::Lite->service('http://<url>.wsdl'); $obj->encodingStyle(''); my $result = ... ... Peter I am not sure but I think the...
Peter Hartmann
huberhans90
Offline Send Email
Mar 28, 2008
4:55 pm
6122
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...
Patrick
w8itout
Offline Send Email
Mar 28, 2008
9:30 pm
6123
Hi Patrick, this is due to an error in SOAP::Lite's namespace handling - it uses soap: as envelope prefix and does not recognize it is already taken. The...
Martin Kutter
kutterma
Offline Send Email
Mar 28, 2008
10:59 pm
6124
Vielen Danke! Worked w/o a hitch..... Pat For Completeness - here it is <SOAP-ENV:Envelope xmlns:tns2="http://data2.integration.yellowpages.com" ...
patrick mariani
w8itout
Offline Send Email
Mar 29, 2008
9:58 am
6125
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...
Hugues de Mazancourt
hdemazancourt
Offline Send Email
Mar 31, 2008
7:17 am
6126
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...
Patrick
w8itout
Offline Send Email
Mar 31, 2008
5:13 pm
6127
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) ... ...
bshenanigan
Offline Send Email
Apr 1, 2008
8:03 pm
6128
I decided to return xml from the soap call, and then used XPath directly - seemed the prudent thing to do...
Patrick
w8itout
Offline Send Email
Apr 2, 2008
2:47 pm
6129
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...
Sergey Romanovsky
sergeyromano...
Offline Send Email
Apr 9, 2008
6:17 pm
6130
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...
Paul Rogers
progers001
Offline Send Email
Apr 11, 2008
2:33 pm
6131
... 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....
Paul Rogers
progers001
Offline Send Email
Apr 12, 2008
3:20 pm
6132
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> ...
Vivek Mhatre
vmhatre
Offline Send Email
Apr 12, 2008
3:21 pm
6133
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...
Mike
mw487
Offline Send Email
Apr 12, 2008
3:21 pm
6134
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...
Andrei Ivanov
ensen_andy
Offline Send Email
Apr 16, 2008
5:19 am
6135
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...
Paul Rogers
progers001
Offline Send Email
Apr 16, 2008
2:58 pm
6136
... 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...
Andrei Ivanov
ensen_andy
Offline Send Email
Apr 16, 2008
2:58 pm
6137
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 ...
Andrei Ivanov
ensen_andy
Offline Send Email
Apr 17, 2008
1:35 am
6138
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...
winfinit
Offline Send Email
Apr 22, 2008
4:30 pm
6139
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...
sylvain.brohee
Offline Send Email
Apr 22, 2008
4:30 pm
6140
hello, i am trying to create structure like this <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <tns:CommunityReserveTicket> ...
winfinit
Offline Send Email
Apr 22, 2008
7:48 pm
6141
... Do you want this? $var = SOAP::Data->name('name1' => 'myvalue1')->attr( { attr1 => 'myvalue2' } }; -- Radek...
rahed
raherh
Offline Send Email
Apr 23, 2008
2:05 pm
6142
Check out http://www.savitriya.com/ . These guys are really doing a great job! Best, Raj...
iconmans
Offline Send Email
Apr 26, 2008
12:28 pm
6143
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...
Lev Lvovsky
levl289
Offline Send Email
Apr 28, 2008
11:54 pm
6144
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 ...
killgore9999
Offline Send Email
May 1, 2008
2:17 pm
6145
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...
Andrew Berry
goolies_tg
Offline Send Email
May 1, 2008
2:17 pm
Messages 6116 - 6145 of 6385   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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