Re: Axis2 JAX-WS: The service class cannot be found for this AxisService

2012-10-22 Thread Dan Corneanu
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

Deploying a JAX-WS service with Axis2 1.5.1?

2012-10-22 Thread Justin Garrick
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