RE: Posting XML with http client

2003-07-10 Thread Oleg Kalnichevski
ache.commons.httpclient.HttpMethodBase - Closing > the con > nection. > 407 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter > HttpConne > ction.close() > 407 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter > HttpConne > ction.closeSockedAndStreams

RE: Posting XML with http client

2003-07-10 Thread Yevgeni Kovelman
pClient.executeMethod(HttpClient.jav a:500) at com.telabout.demo.clientgateway.httpclient.PostXML.main(PostXML.java: 140) -Original Message- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 11:05 AM To: Commons HttpClient Project Subject: Re: Pos

Re: Posting XML with http client

2003-07-10 Thread Oleg Kalnichevski
Yevgeni, It is really hard to tell what is going on here. It can well be a problem on the server side. What HTTP server are you targeting? You may also want to consult the trouble-shooting for instructions on further actions http://jakarta.apache.org/commons/httpclient/troubleshooting.html Cheers