For Programmers: Free Programming Magazines  


Home > Archive > PERL Beginners > October 2006 > Problem with proxy in SOAP::WSDL









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Problem with proxy in SOAP::WSDL
niraj.kumar.ait@gmail.com

2006-10-04, 7:58 am

I have my service running on one of my local machine
When I hit the url from browser every thing work properly
But when I use following command it gives error.
I am not sure what to give for the proxy.How to configure proxy .When I
dont give proxy in that case it also give error.

# My code is
my $soap=SOAP::WSDL->new(wsdl =>
'http://192.168.9.181/helloworld/service1.asmx?wsdl');
$soap->proxy('http://192.168.9.181/helloworld/service1.asmx');
$soap->wsdlinit;
my $result = $soap->call('HelloWorld');


# Error message is
Service description
'http://192.168.9.181/helloworld/service1.asmx?wsdl' can't be loaded:
501 Protocol scheme '' is not supported

TIA
Niraj

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com