in reply to Error calling a simple Soap API using Perl's Soap::Lite
See on_action(callback) in SOAP::Lite. Try adding
poj$client->on_action( sub { join '', @_ } );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Error calling a simple Soap API using Perl's Soap::Lite
by rjx5 (Novice) on Oct 10, 2018 at 22:31 UTC |