Hi,

On 10/17/2012 5:12 PM, Shameera Rathnayaka wrote:
> 
> it seems you service class is not available in runtime. One possibility
> is your serviceClass name is not correctly define in you services.xml
> file if so axis2 couldnt find it runtime so please check you
> ServiceClass (ro.savatech.ws.impl.EchoService is this correct? please
> check the package structure again)
> 

The class name is correct. If I point my browser to
http://localhost:8080/<web app name>/services/listServices I can see my
service listed there. If I deliberately introduce a spelling error in
the services.xml, like
<parameter
name="ServiceClass">ro.savatech.ws.impl.EchoServiceeeeee</parameter>

Then the service does not appear in the list any more. I suppose I can
be pretty sure that the class-loader can find my service's
implementation class.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to