Edwin Pratomo
-
2003-10-30
The proposed patch (for 0.60) makes the following
construct work:
my $service =
SOAP::Lite->service('file:./Mms-full-v200.wsdl');
my $method =
SOAP::Data->name("submitRequest")->prefix("x")->uri($URI);
my $result =
$service->readable(1)->parts(@ents)->call($method =>
@params);
Similar example can be found on:
http://www.majordojo.com/archives/000009.html#000009
SOAP::Lite 0.60 complains with ""Transport is not
specified (using proxy() method or service description)"