in reply to Re: xml request
in thread xml request

Dear monk, this is all really weired, here part of the code and then the response CODE:

$ua = LWP::UserAgent->new; my $request = HTTP::Request->new(POST => $url); $request->content($xml_req); $response = $ua->request($request);
RESPONSE from Server:

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>

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

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

    This means that the server you contacted had a critical failure at some juncture. Unfortunately, without knowing anything about the server, we'll be hard-pressed to offer any further advice.

    --rjray