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.i
I'm trying to deploy a very simple JAX-WS service (w/ implicit SEI) in
Axis2 1.5.1:
package com.service.my;
import javax.annotation.Resource;
import javax.jws.HandlerChain;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax