I want to add "extra" information to the ServiceException throwed in Java at server Side and catched at .NET(C#) client side.
Now, for solving this, I'm adding an Exception to the ServiceException.Cause to have another Message to set but I thing will be better if I can set the messageArgs...
Best Regards