Well, I'm in the following scenario:
I have this class, it is a webservice (contains the @WebService method):
@WebService(name = "l", targetNamespace = "o")
public abstract interface Service {
@WebMethod(operationName = "Cancelar")...
asked by
29.10.2015 / 15:30