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