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

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 5965 - 5994 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5965
The hack I've used is to set a global $last_fault variable in the on_fault handler. Then undef it before the soap call and check if it's defined after the...
nicholas_toze
Offline Send Email
Jun 6, 2007
5:18 pm
5966
Hello, I'm trying to write a script that will allow me to download all the photos I have uploaded to my Zenfolio account (which is at ...
pyrtold
Offline Send Email
Jun 11, 2007
2:30 pm
5967
When the resultant response is the following: <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" ...
decibel3276
Online Now Send Email
Jun 13, 2007
2:30 pm
5968
I believe you need to tell your SOAP client you want it to return an SOM object via: $client->want_som(1); Then use: foreach my $e (...
Eric Bridger
ebridger2004
Offline Send Email
Jun 14, 2007
1:41 pm
5969
Hello, perhaps I should mention that I'm not a web developer and only preoccupy myself with the Perl SOAP::Lite toolkit (at least so far) because I was given...
soapsod
Offline Send Email
Jun 18, 2007
3:10 pm
5970
Hi, i installed SOAP::Lite using cpan shell: install SOAP::Lite it compiled and build ok. but following test from module documentation silently failed, without...
I.B.
ig3v10@...
Send Email
Jun 19, 2007
8:54 pm
5971
it was a typo in 2nd case. but the main issue still remains - example from documentation returns null pointer exception. is it only for me?...
I.B.
ig3v10@...
Send Email
Jun 20, 2007
3:04 am
5972
Hi all, I am new to SOAP::Lite and am trying to understand the "correct" way of passing multiple array arguements from a client to a server. I have the...
Vijay Gopalakrishnan
gvijay_bits
Online Now Send Email
Jun 20, 2007
5:45 pm
5973
It's ok for me, ... #!/usr/bin/perl use SOAP::Lite; print SOAP::Lite -> service('http://www.xmethods.net/sd/StockQuoteService.wsdl') -> getQuote('MSFT'); ... ...
martinh2osport
Offline Send Email
Jun 21, 2007
10:04 pm
5974
Almost :-( my main server is back now still debian but, perl 5.8.8 soaplite ii libsoap-lite-perl 0.69-1 from debug soap request that works; <?xml...
martinh2osport
Offline Send Email
Jun 21, 2007
10:21 pm
5975
Allright, thank you for help. at least we narrowed it to my box only. Example work from my another system....
I.B.
ig3v10@...
Send Email
Jun 23, 2007
12:44 am
5976
I have a very simple question. I have been successfully using SOAP Lite with an older version .5x for some time. The client is implemented on unix using...
hug_rich
Offline Send Email
Jun 25, 2007
10:15 pm
5977
Hello everyone, I'm lost about SOAP::Lite. When I create a SOAP service via my $service = SOAP::Lite -> service($wsdl_location); sometimes I get SSL timeout...
mail2ejik
Offline Send Email
Jun 26, 2007
7:20 am
5978
... Have you loaded the Crypt::SSLeay module and set the appropriate certificates to establish SSL communication? Best regards,...
Enrique J. HernĂ¡n...
quique_jh
Offline Send Email
Jun 26, 2007
3:01 pm
5979
I have a SOAP server running in ruby using SOAP4R v1.5.6 and a SOAP client running in perl using SOAP::Lite v0.69. When a SOAP4R client sends a "get_time()"...
dkindlund
Offline Send Email
Jun 27, 2007
10:33 pm
5980
In all SOAP::Lite examples I've seen, the class name was derived from the URL, e.g. When calling print SOAP::Lite ->...
thomas.lochmatter
thomas.lochm...
Offline Send Email
Jul 1, 2007
6:56 pm
5981
... from the URL, e.g. When ... another class? E.g. ... Have you looked into the dispatch_with method ? Here is a sample of my code : $server->dispatch_with ({...
Garz
mx17f
Offline Send Email
Jul 1, 2007
11:19 pm
5982
Hi, I was browsing the internet and the mailinglist for a while but could not find any solution to the following problem: I have my SOAP server running using...
Christian
spokathome
Offline Send Email
Jul 2, 2007
7:05 pm
5983
It is possible but I can't find an example in my code. See this link: http://www.majordojo.com/archives/2003_04.html#000009 which should get you started. Eric...
Eric Bridger
ebridger2004
Offline Send Email
Jul 5, 2007
6:48 pm
5984
I have a webservice client that might/might not be able to access the server, so getting timeout working is crucial. It seems to work fine over regular http,...
shnuber
Offline Send Email
Jul 6, 2007
10:38 pm
5985
Been using it with https no problem: my $response = SOAP::Lite ->outputxml(1) ->proxy($config{url}, timeout => $config{timeout}) ->uri($config{uri}) ...
Thomas Eden
teden
Offline Send Email
Jul 6, 2007
11:31 pm
5986
I'm using MantisConnect[0] to connect my code to the Mantis bug-tracking system[1]. The code I wrote works with 0.60, but fails with anything newer, and I...
Ian Malpass
ian_a_malpass
Online Now Send Email
Jul 9, 2007
7:52 pm
5987
Look at the following code... $subscr= SOAP::Data ->name("subscription") ->type("subscription") ->attr({ subscriptionProfile => "OpenEGP", id => "3" }) ...
Robert Eden
rmeden
Offline Send Email
Aug 1, 2007
5:52 am
5988
... id/href pair attributes are used in soap to define uniquely its entities. So rename them (or qualifiy them into a namespace). -- Radek...
rahed
raherh
Offline Send Email
Aug 1, 2007
10:03 am
5989
You can use XML::Simple or any other XML generation tool you want. Just make sure you specify the SOAP::Data->type("xml")->value($myXML). Thom Eden...
Thomas Eden
teden
Offline Send Email
Aug 1, 2007
2:26 pm
5990
... Something like this: $soap = SOAP::Data->name(subscr=>\SOAP::Data->value( SOAP::Data->name(tag1=>10)->attr({'n1:id'=>1}), ...
rahed
raherh
Offline Send Email
Aug 2, 2007
9:04 am
5991
Hi, hopefully someone can help me make this work. I just don't see what I am doing wrong here. I have written my client in Java. The Java code is working....
Ian Harisay
imharisa@...
Send Email
Aug 17, 2007
12:00 am
5992
my $aws_wsdl = "http://ecs.amazonaws.com/AWSECommerceService/AWSECommerceService.wsdl"; #Create a new SOAP::Lite instance, feeding it Amazon's WSDL my...
robertatelastica
robertatelas...
Offline Send Email
Aug 26, 2007
9:52 pm
5993
... You want to call your service like this: ...
rahed
raherh
Offline Send Email
Aug 28, 2007
1:06 pm
5994
Hi Friends, I am new to the group. I want to use SOAP:Lite. On my linux host the current perl version is v5.6.1 built for i686-linux I have two questions: 1)...
Mandeep
mandeep_chd
Offline Send Email
Aug 28, 2007
4:39 pm
Messages 5965 - 5994 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