A
algis.m
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 error, so I think I need to increase
timeout.
But when I do create service via:
my $service = SOAP::Lite -> proxy( $wsdl_location, timeout =>
$many_seconds );
I get error from my SOAP server: "POST method is not supported".
I need to somehow solve this. Does anyone have any ideas?
-A.
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 error, so I think I need to increase
timeout.
But when I do create service via:
my $service = SOAP::Lite -> proxy( $wsdl_location, timeout =>
$many_seconds );
I get error from my SOAP server: "POST method is not supported".
I need to somehow solve this. Does anyone have any ideas?
-A.