users@jax-ws.java.net

Exceptions thrown over JAX-WS web service not thrown on client side

From: TN/EAB <Kristofer>
Date: Fri, 30 Mar 2007 15:13:54 +0200

Hi

We are working on a Parlay X Web Service application in a J2SE 6.0 environment. The Parlay X Web Services throw exceptions if something goes wrong on the server (server is not part of this project and uses axis). In J2SE6 JAX-WS the exceptions thrown are ServiceException_Exception (this is the class generated by wsimport for the exception ServiceException). It appears however that when we receive an exception, the ServiceException_Exception is never thrown by the JAX-WS implementation. Instead, the return result of the WS-invocation is null and "null" is printed to the prompt for some reason. Is this a configuration issue?

Best regards
Kristofer Borgström