Rajeev Kumar Ambasta created AXIS2-5418:
-------------------------------------------

             Summary: The @HandlerChain configuration file could not be loaded 
                 Key: AXIS2-5418
                 URL: https://issues.apache.org/jira/browse/AXIS2-5418
             Project: Axis2
          Issue Type: Bug
            Reporter: Rajeev Kumar Ambasta
            Priority: Critical


I have this annotation in my webservice client.
@WebServiceClient(name = "WebProviderService", targetNamespace = 
"http://provider.ws.com/";, wsdlLocation = 
"WEB-INF/wsdl/WebProviderService.wsdl")
@HandlerChain(file = "wsf2ConsumerDefaultHandler.xml")
public class WebProviderService
    extends Service{
}

When I am calling webservice from my servlet, it is throwing exception.


[Servlet Error]-[dispatcher]: javax.xml.ws.WebServiceException: The 
@HandlerChain configuration file wsf2ConsumerDefaultHandler.xml in the class 
com/ws/provider/WebProviderService could not be loaded.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to