- or download this
my $res = SOAP::Lite->autotype(0)->uri('http:...')->proxy('http:...')-
+>function_call();
- or download this
my $res = SOAP::Lite
->autotype(0)
->uri('http:....')
->proxy('http:...')
->function_call();
- or download this
my $res =
SOAP::Lite->autotype(0)->uri('http:...')
->proxy('http:...')
->function_call();