Re: ReST with Axis2

2013-05-22 Thread Jack Sprat
Roman (and anyone working on ReST with Axis2), Sorry for the delay in responding.  Other things kept getting in the way. It turns out that Axis2 supports ReST web service requests with parameters in the query string just fine.  This is with WSDL 1.1.  WSDL 2.0 is not needed to make this work

Re: ReST with Axis2

2013-05-03 Thread Roman Manz
Hello Jack, you are completely right, looking forward, many thanks! Have a good weekend Roman From: Jack Sprat To: "[email protected]" Date: 03-05-13 15:30 Subject: Re: ReST with Axis2 I think Roman asked the question to use Axis2 with ReST. Roman - I w

Re: ReST with Axis2

2013-05-03 Thread Jack Sprat
Gainty To: "[email protected]" Sent: Thursday, May 2, 2013 6:30 PM Subject: RE: ReST with Axis2 you're probably better off implementing a technology which supports REST e.g. JAX-RS http://www.ibm.com/developerworks/web/library/wa

Re: ReST with Axis2

2013-05-02 Thread Kishanthan Thangarajah
is the true RESTful way IMO. > > So can you first try with normal approach and see? > > > > The response returned is blank: > xmlns:test="*http://ws.example.com/test*<http://ws.example.com/test>" > /> > > Can anyone tell me what may be wrong? >

RE: ReST with Axis2

2013-05-02 Thread Martin Gainty
ponsabilité pour le contenu fourni. To: [email protected] Subject: Re: ReST with Axis2 From: [email protected] Date: Thu, 2 May 2013 14:37:18 + Hello Kishanthan, I also play with this and I wonder if there is a document that describes restful service implementations, prefer

Re: ReST with Axis2

2013-05-02 Thread Roman Manz
ot; , Jack Sprat Cc: "[email protected]" Date: 26-04-13 23:05 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

Re: ReST with Axis2

2013-04-26 Thread Jeff Greif
> result - The response was always blank. > > > > > > From: Kishanthan Thangarajah > To: "[email protected]" ; Jack Sprat > > Cc: "[email protected]" > Sent: Friday, April 26, 2013 5:04 PM &

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