i have couple of webservice with different package location
what i want is to use same HandlerChain for all the webservice but maven build is failing with [Could not parse handler chain file] could not find file ....
as its locking for handler in same path where the webservice file is
but i want to use 1 location for all its possible?
@javax.jws.HandlerChain(file = "../../../../handler.xml")
public class GetOrderDataJWS extends com.amdocs.aif.provider.jaxws.AifJws {
@Resource