RE: Axis2 1.3 Rest Support

2007-11-28 Thread John Pfeifer
achieve. Thanks again for your help! John -Original Message- From: keith chapman [mailto:[EMAIL PROTECTED] Sent: Tue 11/27/2007 9:10 PM To: axis-user@ws.apache.org Subject: Re: Axis2 1.3 Rest Support Hi John, Can you use TCP Monitor and track your request please. text/xml is the

Re: Axis2 1.3 Rest Support

2007-11-27 Thread keith chapman
Servlet|org.apache.axis2.AxisFault: > First > Element must contain the local name, Envelope , but found > PayCaptureRequestServiceRequest| > > > Thanks, > > John > > > > -Original Message- > From: keith chapman [mailto:[EMAIL PROTECTED] > Sent:

RE: Axis2 1.3 Rest Support

2007-11-27 Thread John Pfeifer
(self-tuning)'|DEBUG|http.AxisServlet|org.apache.axis2.AxisFault: First Element must contain the local name, Envelope , but found PayCaptureRequestServiceRequest| Thanks, John -Original Message----- From: keith chapman [mailto:[EMAIL PROTECTED] Sent: Tue 11/27/2007 11:07 AM To: axis-user@ws.apache.or

Re: Axis2 1.3 Rest Support

2007-11-27 Thread keith chapman
Hi John, Yes both SOAP and REST request are handled by the same endpoint and there is no /soap/ or /rest/ in the request URL now. Yes REST services don't require a SOAP envelop and you can send the request via GET , POST, PUT or DELETE. The easiest way to test REST is to go to http://localhost:8

Axis2 1.3 Rest Support

2007-11-27 Thread John Pfeifer
I recently upgraded from Axis2 1.1 to 1.3. In version 1.1 I configured the RestServlet to handle all requests to /rest/*. The web services themselves aren't truely restful, but I need to be able to support both SOAP and POX. Basically what I want is for my web service to support both SOAP a