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 5552 - 5581 of 6629   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
5581 Thomas J Pinkl
tpinkl Send Email
Sep 5, 2006
6:28 pm
... I haven't used WSDL files as input to a SOAP::Lite client, but from past traffic on this list it seems that SOAP::Lite&#39;s support for WSDL is limited to...
5580 Venkatraman S
blizzard_venkat Send Email
Sep 5, 2006
2:14 pm
Apologies for messing up the Subject : its SOAP::Lite Venkatraman S <blizzard_venkat@...> wrote: Hi, I am facing a...
5579 Venkatraman S
blizzard_venkat Send Email
Sep 5, 2006
1:39 pm
Hi, I am facing a very-very basic problem while creating a WebService. I have a package VenkyHello that contains a subprog 'getNote&#39; - i want to expose this as...
5578 Himanshu Garg
pathrachar Send Email
Sep 5, 2006
6:04 am
Hello, I need the request object on the client. It is apparently necessary to get rid of the following error:- Can't call method "send_cgi_header" on an...
5577 Eric Bridger
ebridger2004 Send Email
Aug 31, 2006
8:56 pm
if ( $soap->fault() ) { print 'Error: - ' . $soap->faultcode . '- ' . $soap->faultstring . "\n"; } You could also break up your call to check if the service is...
5576 didi726tao Send Email Aug 31, 2006
8:12 pm
$soap = SOAP::Lite -> uri('urn:SyncContactInfo&#39;) -> proxy($endpoint) -> encoding('iso-8859-1') -> syncContactInfo($tmpstring, $msgValue_elements); I am calling...
5575 Sherzod Ruzmetov
sherzodr Send Email
Aug 31, 2006
3:40 am
Thanks, Eric, for your time and response. Unfortunatley, that's not the way I'm creating the $som. I'm creating $soap object through usual: $soap =...
5574 Eric Bridger
ebridger2004 Send Email
Aug 30, 2006
3:19 pm
Are you creating your "$som" from a Soap::Lite->service() call, i.e. from WSDL? If that's the case $som->some_method() will not return an SOM object but what...
5573 Sherzod Ruzmetov
sherzodr Send Email
Aug 30, 2006
1:02 pm
Hi, During debug I get the following response message: <!-- snippet --> <CustomCategories> <CustomCategory&gt; <CategoryID>1</CategoryID> <Name>Other</Name> ...
5572 jan_ptacek Send Email Aug 29, 2006
8:31 pm
hello. when i create the service object (i like the wsdl parsing): my $service = SOAP::Lite->service($wsdl_url&#39;); then how do i adjust the transport options...
5571 barry_roomberg Send Email Aug 29, 2006
5:48 pm
According to the docs: Limited support for WSDL schema. What exactly does this mean? I've got a vendor who provides a SOAP interface into their system, and it...
5570 Mike South
msouth@... Send Email
Aug 29, 2006
5:21 pm
... I don't know if I understood the question exactly, but when I read it I thought this was the relevant anchor: ...
5569 Dave Howorth
dhoworth@... Send Email
Aug 29, 2006
4:17 pm
... http://www.w3.org/TR/2004/REC-xml-20040204/#sec-common-syn Cheers, Dave...
5568 barry_roomberg Send Email Aug 29, 2006
2:23 pm
I have a vendor that is using 'xml' as their elemnt name. Being a SOAP newbie, they are unwilling to change anything on my say-so, especially since I'm try to...
5567 chrs_mcmhn Send Email Aug 28, 2006
10:20 pm
I was going to debug a couple of problems I had with 0.68, but I installed 0.69 in order to get the latest version, and now SOAP::Lite doesn't recognize the...
5566 F. Garzon
mx17f Send Email
Aug 25, 2006
3:11 pm
Hello, I have some trouble writing a SOAP server with Soap::Lite. The SOAP client and I have agreed on a WSDL (and a schema) to communicate with each other. I...
5565 Jay A. Kreibich
jaykreibich Send Email
Aug 23, 2006
8:27 pm
... Sorry for the late response, but the best answer is that you shouldn't do this. It is the wrong answer to the wrong question. I know, I know... customer...
5564 swiersdorf Send Email Aug 23, 2006
8:05 pm
Hi all, I'm fairly new to soaplite and am hoping someone can point me in the right direction. I've been trying to access Google's AdSense API...
5563 Dave Howorth
dhoworth@... Send Email
Aug 22, 2006
2:10 pm
... As far as I can tell, the method proposed above as recommended in the POD doesn't work. It's beyond my skill and time to understand exactly what's going on...
5562 Terrence Beard
terrencebeard Send Email
Aug 22, 2006
1:04 pm
All: I'm having some difficulties, and was hoping someone here would have the answer. I have a SOAP::List client that's calling a .Net web service. The web...
5561 vitre0us Send Email Aug 21, 2006
5:41 pm
Oh, Great and Venerable List... Help! I have a SOAP server script that I wrote that has been chugging away perfectly fine for nearly a year now... and just...
5560 Aleksey Serba
alexserba Send Email
Aug 21, 2006
1:02 pm
... From: Anne Thomas Manes <atmanes@...> Date: Aug 21, 2006 4:46 PM Subject: Re: Perl SOAP::Lite and Apache Axis2 interoperability To:...
5559 hpeemrod Send Email Aug 21, 2006
9:37 am
Hi, I am trying to use SOAP::Lite to communicate with an existing webservice over which I have no control. The web service is expected to return an array with...
5558 Aleksey Serba
alexserba Send Email
Aug 21, 2006
9:02 am
Kinichiro, ... Hmm, strange.. Thus the problem is in environment. What version of SOAP::Lite module and axis2 dist do you use? Anyway, this is a good info for...
5557 Aleksey Serba
alexserba Send Email
Aug 21, 2006
8:42 am
Hi Eran, I'm trying to make a soap call using wsdl. 1. Axis2 version client: UsŐ stubmaker: sh> stubmaker.pl 'http://localhost/axis2/services/version?wsdl&#39; or...
5556 Aleksey Serba
alexserba Send Email
Aug 21, 2006
8:13 am
Hi Kinichiro, Thank you for quick response. Indeed, your example of version client works for me too. I'm trying to make a soap call using wsdl. Could you...
5555 macleajb Send Email Aug 20, 2006
7:09 pm
... xsi:type="Contact"> ... I noticed that if I force Lite.pm to not acknowledge xsi:type, I can ... +++ Lite.pm 2006-08-20 15:29:34.000000000 -0300 @@ -1801,6...
5554 macleajb Send Email Aug 19, 2006
3:15 am
Hi Folks, Using latest SOAP::Lite I have been fighting with making Perl work against the Novell GroupWise SOAP interface. I have managed to login/out and make...
5553 Dave Howorth
dhoworth@... Send Email
Aug 18, 2006
9:16 am
Hello, I'm trying to use base64 encoding. I figure that it is one possible solution to my previous issue of invalid tokens, and the doc says it may be faster...
5552 Dave Howorth
dhoworth@... Send Email
Aug 18, 2006
8:45 am
I'm getting a transport error that reports: ... not well-formed (invalid token) ... As far as I understand it this is an error from the XML parser. I think it...
Messages 5552 - 5581 of 6629   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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