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 invo

[jira] Commented: (AXIS2C-121) Log implementation does not go through ops

2008-10-15 Thread Pim Philipse (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639769#action_12639769 ] Pim Philipse commented on AXIS2C-121: - The function axutil_log_write() does go through

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

[jira] Commented: (AXIS2C-121) Log implementation does not go through ops

2008-10-15 Thread Pim Philipse (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639818#action_12639818 ] Pim Philipse commented on AXIS2C-121: - While you're at it, axutil_log_impl_log_user( .

Re: Properties in Configuration Context

2008-10-15 Thread Damitha Kumarage
Hi Danushka, We could easily wrap the base context functions in conf_ctx, op_ctx, svc_ctx, svc_grp_ctx and msg_ctx. But this considerbly increase the lines of code. As I remember this was the main reason for not doing it previously. However I also agree that it is nice to have these wrapper f

Re: Properties in Configuration Context

2008-10-15 Thread Uthaiyashankar
Damitha Kumarage wrote: Hi Danushka, We could easily wrap the base context functions in conf_ctx, op_ctx, svc_ctx, svc_grp_ctx and msg_ctx. But this considerbly increase the lines of code. As I remember this was the main reason for not doing it previously. However I also agree that it is nice

RE: REST support on Axis2/C

2008-10-15 Thread Gupta, Shivam
Hi, Yes I have. Infact, if I haven't enabled it, even the echo_rest client should not have worked. 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