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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to