RE: Problem with REST GET support

2009-04-29 Thread Baxi, Rinilkumar (TCS)
with 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) rinilkumar.b...@hp.commailto:rinilkumar.b...@hp.com wrote: Hello, I have been trying

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

[axis2c] WS-Addressing support

2009-04-22 Thread Baxi, Rinilkumar (TCS)
Hello, I am working with WS Addressing support in Axis2/C. I am trying to simulate the following web services interaction: Client sends request to Service A. Service A changes the To header and sends its response to Service B. The client is waiting upon the Service A. Service B processes

Need code for echo_rest client for Unix

2009-04-17 Thread Baxi, Rinilkumar (TCS)
Hello, I am trying to test REST based invocation on Axis2/C on a Unix platform. I have seen the echo_rest.exe distributed with Axis package that is a Windows client. However, I was not able to locate the code for the same. Could someone provide me with the echo_rest sample code? Thanks,

RE: [axis2c] Using SOAP 1.1 request with the Internet explorer

2009-01-07 Thread Baxi, Rinilkumar (TCS)
, it will return the version mismatch error. Regards Nandika On Wed, Jan 7, 2009 at 10:13 PM, Manjula Peiris manj...@wso2.commailto:manj...@wso2.com wrote: Can you capture the request soap message and send us ? On Tue, 2009-01-06 at 07:50 +, Baxi, Rinilkumar (TCS) wrote: Hi All, I am

RE: How can I make AXIS return SOAP Fault as an XML message?

2009-01-07 Thread Baxi, Rinilkumar (TCS)
-01-06 at 07:52 +, Baxi, Rinilkumar (TCS) wrote: Hi, I have found that whenever Axis encounters an error and sets the soapFault instance, is returns the 500 Internal Server Error. I want it to return an XML that shows the SOAP Fault returned. How can I achieve this? Thanks

[axis2c] Using SOAP 1.1 request with the Internet explorer

2009-01-05 Thread Baxi, Rinilkumar (TCS)
Hi All, I am trying to send SOAP 1.1 request using the Internet explorer. The engine throws the version mismatch error. During debug we observed the AXIS engine found a conflict in the SOAP version and the Content Type. Kindly help us resolving this issue. Thanks Regards, Rinil

Issue with AXIS2/C not recognising SOAP 1.1 namespace

2008-12-30 Thread Baxi, Rinilkumar (TCS)
Hello, I am working with Axis2/C and have been trying to invoke a service using a client that sends SOAP 1.1 messages. On each try, the Axis responds with 500 Internal Server Error. On debugging, I found that Axis sets the error in the file soapbuilder.c. It compares the incoming SOAP

Question regarding removal of a node from its parent

2008-12-18 Thread Baxi, Rinilkumar (TCS)
Hello, I am using axiom_navigator to traverse an axiom node. Now, I need to remove a specific node from the parent and keep the rest of the tree navigable. For eg; Initial struct : abhello/bI say/acworld/c After removal of node b: aI say/acworld/c I tried using the function

Regarding custom header in the SOAP Request generated by the axis2c client

2008-10-16 Thread Baxi, Rinilkumar (TCS)
Hi All, I am trying to engage one module with axis2c engine, which takes care of the session management. For testing this module I have to add a custom header containing session commands in the SOAP Request generated by the axis2c client. Kindly let me know how I can engage the custom header

Regarding Session management

2008-10-06 Thread Baxi, Rinilkumar (TCS)
Hi All, We are planning to use the Axis2C SOAP engine in our application. For using this we need to ensure that whether Axis2C engine supports session management or not. If yes kindly let me know how can we use it and if no there is any plan in place to support it in near future. Thanks

RE: Regarding Session management

2008-10-06 Thread Baxi, Rinilkumar (TCS)
1200 but it should not have the entry of employee with code 1500. Thanks Regards, Rinil -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2008 5:25 PM To: Apache AXIS C Developers List Subject: Re: Regarding Session management Baxi, Rinilkumar

Multi threading in Axis2/C

2008-05-16 Thread Baxi, Rinilkumar (TCS)
Hello, I have been looking at the Axis2/C code. Axis configuration files indicate that Axis supports multi threading. It appears at first glance that it is the HTTP listener (in transport phase) which provides multi threading support. And the rest of Axis(Axis engine, message receiver) is

RE: GSOC: Axis2/C CGI

2008-04-28 Thread Baxi, Rinilkumar (TCS)
Hi Nikola, Currently I am also working to implement CGI on Axis2/C. If possible we can discuss and share the knowledge we have in this direction and design the CGI library for Axis. What say ?? Regards, Rinil -Original Message- From: Nikola Tankovć [mailto:[EMAIL PROTECTED] Sent:

RE: GSOC: Axis2/C CGI

2008-04-28 Thread Baxi, Rinilkumar (TCS)
Subject: Re: GSOC: Axis2/C CGI Hi Samisa, 2008/4/28 Samisa Abeysinghe [EMAIL PROTECTED]mailto:[EMAIL PROTECTED]: Baxi, Rinilkumar (TCS) wrote: Hi Nikola, Currently I am also working to implement CGI on Axis2/C. If possible we can discuss and share the knowledge we have in this direction and design

RE: GSOC: Axis2/C CGI

2008-04-28 Thread Baxi, Rinilkumar (TCS)
for writing. Is it possible to do this? I think we should look at FCGI. Samisa... Regards, Supun.. On Tue, Apr 29, 2008 at 5:33 AM, Damitha Kumarage [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Nikola Tankovć wrote: Samisa Abeysinghe wrote: Baxi, Rinilkumar

Regarding CGI application with axis2 c

2008-03-26 Thread Baxi, Rinilkumar (TCS)
Hi All, I have my own http server running on my system. It is providing the CGI interface. How can I invoke an axis service using my http server? Please let me know is axis2c supporting CGI applications or not? Thanks in advance. Regards, Rinil

RE: Regarding CGI application with axis2 c

2008-03-26 Thread Baxi, Rinilkumar (TCS)
: Hi Rinil, Baxi, Rinilkumar (TCS) [EMAIL PROTECTED] writes: Hi All, I have my own http server running on my system. It is providing the CGI interface. How can I invoke an axis service using my http server? Please let me know is axis2c supporting CGI applications or not? AFAIK, axis2c

Regarding Axis2C architecture

2008-03-17 Thread Baxi, Rinilkumar (TCS)
Hi All, Currently I am working on the Axis2c 1.2 to make it communicate with a legacy system. I have gone through the architecture given in the manual on the website. But from that I am not able to get the exact idea of the flow of the request. Kindly let me know the architecture of the Axis2