No worries Byrne, I know the feeling:-) Thanks for the module, and just let us know when it's updated so that i can test it. P@ ... -- Patrick Chanezon, Google...
5582
Byrne Reese
byrnereese
Sep 5, 2006 6:50 pm
My sincerest apologies - I am waaaay behind in work and personal stuff and have not had time to get the latest version totally fixed. Everytime I think I have...
5581
Thomas J Pinkl
tpinkl
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::Lite39;s support for WSDL is limited to...
5580
Venkatraman S
blizzard_venkat
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
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 'getNote39; - i want to expose this as...
5578
Himanshu Garg
pathrachar
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
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
Aug 31, 2006 8:12 pm
$soap = SOAP::Lite -> uri('urn:SyncContactInfo') -> proxy($endpoint) -> encoding('iso-8859-1') -> syncContactInfo($tmpstring, $msgValue_elements); I am calling...
5575
Sherzod Ruzmetov
sherzodr
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
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
Aug 30, 2006 1:02 pm
Hi, During debug I get the following response message: <!-- snippet --> <CustomCategories> <CustomCategory> <CategoryID>1</CategoryID> <Name>Other</Name> ...
5572
jan_ptacek
Aug 29, 2006 8:31 pm
hello. when i create the service object (i like the wsdl parsing): my $service = SOAP::Lite->service($wsdl_url39;); then how do i adjust the transport options...
5571
barry_roomberg
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@...
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: ...
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
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
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
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
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@...
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
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
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
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
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
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
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?wsdl39; or...
5556
Aleksey Serba
alexserba
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
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
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...