Has anyone seen this kind of error before? I am getting this with the AXIS2 generated classes for the Calculator example for JAX WS.
Chander ---------- Forwarded message ---------- From: Chander Sundaresan <[email protected]> Date: Fri, Aug 28, 2009 at 9:12 AM Subject: JAX WS Client Error To: [email protected] I am getting this error while running the JAX WS client - javax.xml.ws.WebServiceException: The following WSDL exception occurred: WSDLException: faultCode=WSDL4JWrapper : : javax.wsdl.WSDLException: WSDLException: faultCode=WSDL4JWrapper : : java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8090/axis2/services/CalculatorService.CalculatorServicePort/?wsdl In the URL for the wsdl file there is "/" before ?wsdl which I think is the cause for this failure. I am getting this while accessing my own web service or the calculator example in AXIS2 (1.5). Does anyone know if the cause for this is some known bug or some other problem with my wsdl definitions? Any help will be greatly appreciated. thanks, Chander
