You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Chander Sundaresan <ch...@gmail.com> on 2009/09/01 00:05:06 UTC

Fwd: JAX WS Client Error

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 <ch...@gmail.com>
Date: Fri, Aug 28, 2009 at 9:12 AM
Subject: JAX WS Client Error
To: axis-dev@ws.apache.org


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