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...
When the resultant response is the following: <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" ...
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...
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@...
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@...
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...
Allright, thank you for help. at least we narrowed it to my box only. Example work from my another system....
I.B.
ig3v10@...
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...
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...
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()"...
... 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 ({...
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...
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...
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,...
Been using it with https no problem: my $response = SOAP::Lite ->outputxml(1) ->proxy($config{url}, timeout => $config{timeout}) ->uri($config{uri}) ...
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...
Look at the following code... $subscr= SOAP::Data ->name("subscription") ->type("subscription") ->attr({ subscriptionProfile => "OpenEGP", id => "3" }) ...
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@...
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...
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)...