RE: getting java.lang.NoClassDefFoundError while invocation

2007-10-14 Thread Anumodh Sreedharan
Hi Deepal, Thanks for the response!! Actually for this service, I use the user provided wsdl to create the Transfer objects and message receiver. I use the generated code to develop the business logic and deploy it setting useOriginalWsdl to true. Regards, Anumodh K. Sreedharan Communication Se

getting java.lang.NoClassDefFoundError while invocation

2007-10-14 Thread Anumodh Sreedharan
Hi, I had sent this mail earlier, but got no reply. I'm unable to proceed further. Hence, resending it again. I'm using axis2 1.3 for developing a web service (3 methods) along with spring and hibernate. I was successful in deploying the web service and also invoking one of the methods. But on

getting java.lang.NoClassDefFoundError while invocation

2007-10-12 Thread Anumodh Sreedharan
Hi, I'm using axis2 1.3 for developing a web service (3 methods) along with spring and hibernate. I was successful in deploying the web service and also invoking one of the methods. But on invocation of the other two methods, I'm getting an exception as follows: [ERROR] sample/sampleList/_200

RE: Unable to pass data to webservices using Axis2 1.3

2007-10-04 Thread Anumodh Sreedharan
is 0). From: Anumodh Sreedharan [mailto:[EMAIL PROTECTED] Sent: Thursday, October 04, 2007 2:39 PM To: axis-user@ws.apache.org Subject: RE: Unable to pass data to webservices using Axis2 1.3 Hi, Actually, I use the wsdl2java tool only to get the Data transfer objects from the wsdl

RE: Unable to pass data to webservices using Axis2 1.3

2007-10-04 Thread Anumodh Sreedharan
wsdl2java tool you should can not have org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver. It generates a custom message receiver. can you tell the steps you did for this. Amila. On 10/4/07, Anumodh Sreedharan <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: Hi, I&#

RE: Unable to pass data to webservices using Axis2 1.3

2007-10-04 Thread Anumodh Sreedharan
l2java tool you should can not have org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver. It generates a custom message receiver. can you tell the steps you did for this. Amila. On 10/4/07, Anumodh Sreedharan <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: Hi, I've a

Unable to pass data to webservices using Axis2 1.3

2007-10-04 Thread Anumodh Sreedharan
Hi, I've a web service that uses a wsdl of doc-literal style. I use Axis2 1.3, Spring and hibernate for this purpose.(Earlier, I had been using Axis 1.4). The method that I follow is to first create the data Transfer objects from the wsdl using the WSDL2Java tool. After that, I code the rest

Unable to pass data to webservices using Axis2 1.3

2007-09-26 Thread Anumodh Sreedharan
Hi, I've a web service that uses a wsdl of doc-literal style. I use Axis2 1.3, Spring and hibernate for this purpose. The method that I follow is to first create the data Transfer objects from the wsdl using the WSDL2Java tool. After that, I code the rest of the service (business, DAO...) and f

Error while trying to use original wsdl in Axis2 1.3

2007-09-25 Thread Anumodh Sreedharan
Hi, I'm trying to create a web service using an already available wsdl using Axis2 1.3. I've set useOriginalwsdl to true in the services.xml. But, when I try to access the wsdl after deployment I get an error as follows: Unable to generate WSDL 1.1 for this service If you wish Axis2 to auto

Axis 1.4 -handling simpleContent and other issues

2007-09-20 Thread Anumodh Sreedharan
Hi, This mail is regarding certain issues while implementing a web service using Apache Axis 1.4. The wsdl provided to us has a particular complex type which is of the below format: