Data Binding in axis2

2010-02-15 Thread Sandeep Khurana
I want to create a simple webservice wherein i require: 1. interoperability 2. interact with custom objects Do i require to use any data bindings or using POJO is sufficient? do we have enough documentation for the Data binding? Because Axis2 quick start guide has some text for how to create webser

RE: Please help on Axis2 Exception handling

2010-02-15 Thread Sandeep Khurana
Actually, I also faced a similar problem while throwing a RemoteException from POJO. Couldn't get a solution for that. Does anybody have a guide for exception handling or the best practices for this? -Sandeep From: Li Ma [mailto:lim...@gmail.com] Sent: Monday, Fe

RE: Interoperability of Axis2

2010-02-15 Thread Sandeep Khurana
reverse with a POJO did not work? Has anyone faces this issue before? -Sandeep From: Sandeep Khurana [mailto:sandeep_khur...@persistent.co.in] Sent: Friday, February 12, 2010 11:21 AM To: axis-user@ws.apache.org Subject: RE: Interoperability of Axis2 Any pointer on

RE: Interoperability of Axis2

2010-02-11 Thread Sandeep Khurana
Any pointer on this issue will be helpful... -Sandeep From: Sandeep Khurana [mailto:sandeep_khur...@persistent.co.in] Sent: Thursday, February 11, 2010 6:52 PM To: axis-user@ws.apache.org Subject: RE: Interoperability of Axis2 I have checked the request and

RE: Interoperability of Axis2

2010-02-11 Thread Sandeep Khurana
: Thursday, February 11, 2010 10:34 AM To: axis-user@ws.apache.org Subject: Re: Interoperability of Axis2 On Wed, Feb 10, 2010 at 9:31 PM, Sandeep Khurana mailto:sandeep_khur...@persistent.co.in>> wrote: Hi, I have created a simple webservice using the POJO class in eclipse. One of the w

Interoperability of Axis2

2010-02-10 Thread Sandeep Khurana
Hi, I have created a simple webservice using the POJO class in eclipse. One of the web had a custom class as a parameter. The issue that I faced was when I created the C++ client using gSoap client. The Webservice was not able to receive the custom class object and it was null Is this a known is

RE: change EPR

2010-02-10 Thread Sandeep Khurana
-application-path.html hth charles On Feb 10, 2010, at 4:16 AM, Sandeep Khurana wrote: I am creating simple pojo webservice like TemperatureConversion. I was able to make deploy it and generate wsdl from it. The problem is that I want to change the EPR / address fromhttp://172.x.x.x:8080/MyWebservice

change EPR

2010-02-10 Thread Sandeep Khurana
I am creating simple pojo webservice like TemperatureConversion. I was able to make deploy it and generate wsdl from it. The problem is that I want to change the EPR / address from http://172.x.x.x:8080/MyWebservice/services/TemperatureConversion to http://172.x.x.x:8080/MyWebservice/Temperature