[jboss-user] [JBossWS] - Re: New Wiki has been down for at least a day and a half....

blitzz do-not-reply at jboss.com
Wed Jan 28 03:51:40 EST 2009


I'm facing the same problem as eminil.

On client side, I need to use the same exceptions as on server, and not wsconsume generated "_Exceptions".

Currently , I'm temporary doing something like this... :

try {
   //web service call


//catch wsconsume generated Exceptiions
} catch (MyCustomException_Exception e) {
   throw new MyCustomException(e.getMessage()..);
}

Is there a way to avoid this ?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4205147#4205147

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4205147



More information about the jboss-user mailing list