Re: Problem POSTing soap Request as String or Stream and not as file

2008-06-05 Thread Nishant Gupta
Hi sebbaz, I have been working on my error and i was quite successful in doing it now my code is working, *but now i want to make my own string soap request and passing it on in the ResponseBody() as a String or stream and not as a file*, The new code Snippet is as follows: static Logger

RE: Log4j with Httpclient 4.x

2008-06-05 Thread Oleg Kalnichevski
On Thu, 2008-06-05 at 08:51 +1000, Steven Adams wrote: But org.apache.http.wire is right? Yes, it is. Oleg -Original Message- From: Sam Berlin [mailto:[EMAIL PROTECTED] Sent: Thursday, 5 June 2008 12:03 AM To: HttpClient User Discussion Subject: Re: Log4j with Httpclient 4.x

RE: Getting status: 403 Bad Behavior from a website which loads fine in browser

2008-06-05 Thread Jay Merrifield
I figured it out, so these 2 web servers refuse my connection if I don't have appropriate User-Agent and Accept headers, thanks a lot for the help Jay On Wed, 2008-06-04 at 07:15 +, Eric Cantonna wrote: Personnaly, I use wireshark (free tool) to check this kind of problem. Or you can

Problem POSTing soap Request as String or Stream and not as file

2008-06-05 Thread Nishant Gupta
Hi sebbaz, I have been working on my error and i was quite successful in doing it now my code is working, *but now i want to make my own string soap request and passing it on in the ResponseBody() as a String or stream and not as a file*, The new code Snippet is as follows: static Logger