![]() |
|
Just another Perl shrine | |
PerlMonks |
Deep recursion problem with SOAPby g0n (Priest) |
on Dec 01, 2010 at 12:00 UTC ( #874652=perlquestion: print w/replies, xml ) | Need Help?? |
g0n has asked for the wisdom of the Perl Monks concerning the following question:
Esteemed Monks
I'm trying to do a bit of basic evaluation of Perl SOAP modules for a task. I seem to be failing at the first hurdle. My code is as follows: Server:
(Taken from http://www.perl.com/pub/2001/01/soap.html - it's quite an old example but other examples appear similar) This is running as a cgi script in an Apache 1.3, mod_perl environment. client:
When I run the client, nothing happens for a long while, then I get the following message:
I found a suggestion (can't find the URL now) that this is a script error, which sends carp/die into a tailspin, but haven't been able to find a way of tracking down what's wrong with it. Can anyone suggest a way past this? Update: kcotts comment has solved my problem - replacing uri('http://myserver.manheim.co.uk:51111/webservices/vehicle' with uri('http://myserver.manheim.co.uk:51111/Demo' made the thing work immediately. Thanks Corion & ruoso - I'll investigate alternatives to SOAP::Lite. --------------------------------------------------------------
"If there is such a phenomenon as absolute evil, it consists in treating another human being as a thing."
Back to
Seekers of Perl Wisdom
|
|