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
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
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