Adding more information in RME Message

Posted by chetanparekh on 05-Jan-2011 06:06

How can we add more information in error message we are getting at RME endpoint?

If any error comes in my custom service then  i want to add additional information in error message through this custom service.

is there any way to create such customised error message?

Thanks,

Chetan

All Replies

Posted by Bill Wood on 06-Jan-2011 16:57

The RME Message contains the XQServiceException text.  You can create the exception with any content you want.

Obviously, in Sonic 8.0, you could also create a Fault Handler process, modify the message to include any extra data you want and then rethrow that.

This thread is closed