Hello Lothar,

> HttpClient client = new HttpClient();
> PostMethod method = new PostMethod(URL);
> method.setRequestHeader("Content-type", "text/xml; charset=ISO-8859-1");      
>         

Content type "text/xml" is highly inappropriate for posted data. Don't
set the content type at all, let the PostMethod insert the correct one.

hope that helps,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to