Re: ReST with Axis2

2013-04-26 Thread Jack Sprat
[email protected]" Sent: Friday, April 26, 2013 5:04 PM Subject: Re: ReST with Axis2 On Fri, Apr 26, 2013 at 9:09 PM, Jack Sprat wrote: The ReST request looks like this: >https://www.example.com/test2/services/TestService/echo?echoRequest=ping If this is the URL format that you are

Re: ReST with Axis2

2013-04-26 Thread Kishanthan Thangarajah
gt; http://ws.example.com/test"; /> > Can anyone tell me what may be wrong? Not sure on why this is not working, but I can have look at this. Can you create a jira and attach your service archive, which causes this behavior? Thanks, Kishanthan. Is ReST with Axis2 and WSDL 2.0 possib

Re: ReST with Axis2

2013-04-26 Thread Jack Sprat
The ReST request looks like this: https://www.example.com/test2/services/TestService/echo?echoRequest=ping The response returned is blank: http://ws.example.com/test"; /> Can anyone tell me what may be wrong?  Is ReST with Axis2 and WSDL 2.0 possible?  I am trying to justify using Ax

ReST with Axis2

2013-04-24 Thread Jack Sprat
I've been struggling with Axis2 and ReST for a few days and hope someone can help. I have created a version 2.0 WSDL for a very simple service and can generate the code stubs using the wsdl2java command.  In the WSDL I have 2 bindings - 1 for HTTP and 1 for SOAP.  SOAP requests work fine.  All