Help for this page

Select Code to Download


  1. or download this
     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;
    
  2. or download this
    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>