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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...