Programmatically Changing Http Method

2008-10-07 Thread Perry-Pelletier, Adam
My WS appears to connect via POST yet the service only responds to GET. The following exceptions fragment shows the result: Oct 7, 2008 1:59:56 PM org.apache.axis2.transport.http.HTTPSender sendViaPost INFO: Unable to sendViaPost to

Re: Programmatically Changing Http Method

2008-10-07 Thread keith chapman
Hi Adam, Have a look at this blog posthttp://www.keith-chapman.org/2008/10/axis2-setting-http-method-when-sending.html[1]. It shows how the HTTP method can be changed when sending a request. Thanks, Keith. [1] http://www.keith-chapman.org/2008/10/axis2-setting-http-method-when-sending.html On