Re: Problem with creating client and service
Dimuthu Upeksha <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <CAOWuCiNM4e2nhX9mr-TkGvYQ58ms5bgmNAHX4KL4ORDuPjS8jQ@mail.gmail.com> |
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