in reply to Re: xml request
in thread xml request
RESPONSE from Server:$ua = LWP::UserAgent->new; my $request = HTTP::Request->new(POST => $url); $request->content($xml_req); $response = $ua->request($request);
HTTP/1.1 500 Internal Server Error Connection: close Date: Mon, 05 Aug 2002 09:40:10 GMT Server: Apache/1.3.22 (Unix) mod_jk mod_ssl/2.8.5 OpenSSL/0.9.6c Content-Type: text/html; charset=iso-8859-1 Client-Date: Mon, 05 Aug 2002 09:40:10 GMT Client-Peer: ip number Title: 500 Internal Server Error <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>500 Internal Server Error</TITLE> </HEAD><BODY>
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
</BODY></HTML>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: xml request
by rjray (Chaplain) on Aug 06, 2002 at 06:45 UTC |