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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 6127 - 6156 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
6146
... [trimmed] ... I'd inspect what's actually being sent over the wire -- I'm guessing that you have an XML declaration inside the SOAP body (ie, your solution...
Joe Hourcle
jhourcle
Offline Send Email
May 1, 2008
2:32 pm
6147
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...
Joe Hourcle
jhourcle
Offline Send Email
May 1, 2008
2:54 pm
6148
Hi Andrew, I think that you need to install the 'version' module (http://search.cpan.org/~jpeacock/version-0.74/). Eddie From: soaplite@yahoogroups.com...
Edward Kawas
kawas7
Offline Send Email
May 1, 2008
4:18 pm
6149
Thanks Joe for the help -- I was able to solve my problem, it seems that the xml file needs to be deserialized for it to be cast to a SOM object. Instead of...
Joe Joe
killgore9999
Offline Send Email
May 1, 2008
5:27 pm
6150
Excellent, that worked, thank you very much. Much appreciated. Andrew...
Andrew Berry
goolies_tg
Offline Send Email
May 2, 2008
2:03 pm
6151
Hello, I have a script that sends the following XML to a web service: <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope...
Chris Woodfield
cwoodfieldatl
Offline Send Email
May 4, 2008
4:31 pm
6152
Replying to myself, I figured this out in the time it took the message to come back to my inbox. The mistake was including the "soap:..." strings in the path...
Chris Woodfield
cwoodfieldatl
Offline Send Email
May 4, 2008
4:39 pm
6153
Hi, I need to use SOAP to access data from a SOAP server which uses WSDL over HTTP. My problem is that I need to change the SOAPAction that is sent with the...
keith_unite
Offline Send Email
May 8, 2008
2:43 pm
6154
... I do it this way: my $soap = new SOAP::Lite; ... $soap->on_action( \&custom_action ); ... sub custom_action { my ($uri,$method) = @_; return $uri . '/' ....
Thomas J Pinkl
tpinkl
Offline Send Email
May 9, 2008
6:13 pm
6155
Hi Guys, I've been struggling to understand how the bits and pieces of code in SOAP::Lite and the data in the produced XML output hang together, and am almost...
lemmetink
Offline Send Email
May 14, 2008
3:36 am
6156
... Hi Marlin, And thanks for that input. ... I'll work until Monday, in the hopes that one of the "Gods that be" on the list say "Sure, it's easy: you just do...
Andrej Ricnik-Bay
lemmetink
Offline Send Email
May 16, 2008
1:36 am
Messages 6127 - 6156 of 6387   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