Re: [Axis2] AxisFault: please help!!

2007-03-08 Thread jpsabadini
Thanks for your anwser!!! Here is the service class: /** * MobileServiceSkeleton.java * * This file was auto-generated from WSDL * by the Apache Axis2 version: SNAPSHOT Feb 19, 2007 (03:30:55 GMT+00:00) */ package com.vmon.ws.mobile; import java.io.IOException; import

AxisFault: please help!!

2007-03-07 Thread jpsabadini
Hi all, I´m getting a org.apache.axis2.AxisFault: ServiceClass does not implement required method of the form OMElement login(OMElement e) when I´m executing a test client that consumes a WS. The client is: package com.vmon.ws.mobile; import java.rmi.RemoteException; import

Re: AxisFault: please help!!

2007-03-07 Thread Thilina Gunarathne
Are you also in controll of the service too... If so if you don't mind please post the services.xml and the service class.. Also please check the method names of your service class... Thanks, Thilina On 3/8/07, jpsabadini [EMAIL PROTECTED] wrote: Hi all, I´m getting a