Re: REST support on Axis2/C

2008-10-20 Thread Samisa Abeysinghe
[mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2008 7:48 PM To: Apache AXIS C Developers List Subject: Re: REST support on Axis2/C Have you enabled GET method in your service? Samisa... Gupta, Shivam wrote: Hello, I have been trying to invoke the echo web service supplied with Axis2

Re: REST support on Axis2/C

2008-10-20 Thread Sanjiva Weerawarana
/get_echo/Hello; http://172.31.24.198:1983/axis2/services/echo/get_echo/Hello; Please guide me. Shivam. -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 9:59 AM To: Apache AXIS C Developers List Subject: Re: REST support on Axis2/C Gupta

Re: REST support on Axis2/C

2008-10-19 Thread Uthaiyashankar
/get_echo/Hello; Please guide me. Shivam. -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 9:59 AM To: Apache AXIS C Developers List Subject: Re: REST support on Axis2/C Gupta, Shivam wrote: Hi, Yes I have. Infact, if I haven't enabled

Re: REST support on Axis2/C

2008-10-19 Thread Uthaiyashankar
C Developers List Subject: Re: REST support on Axis2/C Gupta, Shivam wrote: Hi, Yes I have. Infact, if I haven't enabled it, even the echo_rest client should not have worked. echo_rest uses a POST, and your browser request uses a GET. Samisa... Please help. Thanks, Shivam

RE: REST support on Axis2/C

2008-10-17 Thread Gupta, Shivam
Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 9:59 AM To: Apache AXIS C Developers List Subject: Re: REST support on Axis2/C Gupta, Shivam wrote: Hi, Yes I have. Infact, if I haven't enabled it, even the echo_rest client should not have worked

RE: REST support on Axis2/C

2008-10-16 Thread Gupta, Shivam
: Re: REST support on Axis2/C Have you enabled GET method in your service? Samisa... Gupta, Shivam wrote: Hello, I have been trying to invoke the echo web service supplied with Axis2/C using REST based invocation. When I try using the echo_rest client, the service responds just fine

Re: REST support on Axis2/C

2008-10-16 Thread Uthaiyashankar
the problem. Regards, Shankar. Please help. Thanks, Shivam. -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2008 7:48 PM To: Apache AXIS C Developers List Subject: Re: REST support on Axis2/C Have you enabled GET method in your service

Re: REST support on Axis2/C

2008-10-16 Thread Samisa Abeysinghe
PROTECTED] Sent: Wednesday, October 15, 2008 7:48 PM To: Apache AXIS C Developers List Subject: Re: REST support on Axis2/C Have you enabled GET method in your service? Samisa... Gupta, Shivam wrote: Hello, I have been trying to invoke the echo web service supplied with Axis2/C using

Re: REST support on Axis2/C

2008-10-15 Thread Samisa Abeysinghe
Have you enabled GET method in your service? Samisa... Gupta, Shivam wrote: Hello, I have been trying to invoke the echo web service supplied with Axis2/C using REST based invocation. When I try using the echo_rest client, the service responds just fine. However, when I try to

REST support on Axis2/C

2008-10-15 Thread Gupta, Shivam
Hello, I have been trying to invoke the echo web service supplied with Axis2/C using REST based invocation. When I try using the echo_rest client, the service responds just fine. However, when I try to invoke the echo web sercvice using a web browser, I get no response from the Axis.