in reply to Re: SOAP::Lite service timeout?
in thread SOAP::Lite service timeout?
Ok thanks that is good info. So is it fair to say then the question I need to ask is "What is the SOAP endpoint URL for my service?"
And ith that answer my code would be as below?
my $service = SOAP::Lite ->uri('http://localhost/' ) ->proxy('http://localhost/', timeout => 5 ) ->service('http://localhost/SOAPsvc?wsdl' );
|
|---|