RE: Problem with REST GET support

2009-04-29 Thread Baxi, Rinilkumar (TCS)
ith REST GET support You have to change the endpoint address to map to the GET request, as opposed to POST request. Have you done that? Thanks, Samisa... On Tue, Apr 28, 2009 at 3:20 PM, Baxi, Rinilkumar (TCS) mailto:rinilkumar.b...@hp.com>> wrote: Hello, I have been trying to work

Re: Problem with REST GET support

2009-04-28 Thread Samisa Abeysinghe
You have to change the endpoint address to map to the GET request, as opposed to POST request. Have you done that? Thanks, Samisa... On Tue, Apr 28, 2009 at 3:20 PM, Baxi, Rinilkumar (TCS) < rinilkumar.b...@hp.com> wrote: > Hello, > > > > I have been trying to work with the Axis2/C echo_rest

Problem with REST GET support

2009-04-28 Thread Baxi, Rinilkumar (TCS)
Hello, I have been trying to work with the Axis2/C echo_rest client's get method. I am calling the echo service using the -mGET option. I would like to tell that the same client works pretty fine with POST method but returns SERVER ERROR with Get option. I debugged this issue and found th