Help for this page
my $ua = LWP::UserAgent->new; my $req = HTTP::Request->new; ... my $res = $ua->request($req); print "\nREQUEST\n" . $req->as_string; print "\nRESPONSE\n" . $res->as_string;
REQUEST POST http://myservername.com/LLS/GenPublishMessage ... <LL_BULLETIN_BOARD_PUBLISHING STATUS="FAILED"> java.io.IOException: Separation boundary was not specified </LL_BULLETIN_BOARD_PUBLISHING>