posted 12 years ago
Hi all!
I have created a very simple axis2 webservice but while trying to call it from a .net client I get the following error:
"The ServiceClass object does not implement the required method in the following form: OMElement add(OMElement e)"
The code of the webservice is as follows:
and the META-INF/services.xml as follows:
However, when I try to call it from a .net client (I attach the code anyway) I get the mentioned error
I would appreciate if anybody could give me any advice
Thank you all!