in reply to I don't understand how to send SOAP data using LWP's user agent
To answer your second question, try dumping the POST data with
See http://search.cpan.org/~lds/CGI.pm-3.43/CGI.pm#HANDLING_NON-URLENCODED_ARGUMENTS$q->param('POSTDATA');
Disclaimer: I've written a number of SOAP clients and servers, but none in Perl for many years.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: I don't understand how to send SOAP data using LWP's user agent
by ted.byers (Monk) on Sep 10, 2014 at 19:26 UTC |