Re: Problem with creating client and service
Deepal jayasinghe <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <[email protected]> |
In the case of stub (code generated), Axis2 handles the serialization, so does not need to implement any additional interfaces. Deepal > Make sure all the parameters passed to methods and returning from > methods implement serializable interface. > > Regards, > Nagendra > *Raja Nagendra Kumar* > Founder & C.T.O > *Mobile:* +91-9886723872 > *Email:* [email protected] <mailto:[email protected]> > *IM:* nagendra.raja (Skype) > *http://in.linkedin.com/in/nagkumar* > *TejaSoft Innovations Pvt Ltd* > <http://www.tejasoft.com> > Factor 4 Results > > See who we know in common > <http://www.linkedin.com/e/wwk/5094208/?hs=false&tok=0bfzEZotG8slI1> > Want a signature like this? > <http://www.linkedin.com/e/sig/5094208/?hs=false&tok=0uLVu92uq8slI1> > > > On 11/30/2013 5:51 PM, Dimuthu Upeksha wrote: >> Hi Deepal, >> Thank you for your response. Yes I made a stub. It contains a method >> to access web service operations with a parameter of the type of >> "Object". Actually the parameters for operations in Axiom services >> are OMElements. So I created an OMElements with necessary data and >> passed it to the method provided by stub. When I run the client it >> gave an exception mentioning a serialising problem. Do you have an >> idea about the cause for this problem? >> >> Dimuthu