Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
use SOAP::Lite; print SOAP::Lite -> service('http://localhost:8080/helloservice/hello?wsdl') -> plus(2,3);
That WSDL is valid, that I know for sure as I can access through Java with no problem. But with Perl, it says:
Service description 'http://localhost:8080/helloservice/hello?wsdl' ca +n't be loa ded: 403 Proxy denies fulfilling the request
Your thought? SOAP::Lite document did say that it has limited support for WSDL, but was very vague, so limited support of what? to what level? The perl I am using is 5.8.7 on windows.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Problem with SOAP::Lite and WSDL?
by eXile (Priest) on Mar 19, 2006 at 01:41 UTC | |
Re: Problem with SOAP::Lite and WSDL?
by duckyd (Hermit) on Mar 19, 2006 at 05:58 UTC | |
Re: Problem with SOAP::Lite and WSDL?
by hyperbole (Novice) on Mar 19, 2006 at 17:17 UTC |