Hi,I created an inbound interceptor on server side which have two override methods:-
handleMessage() and handleFault()When an exception is thrown while processing the message in handleMessage(), it called into handleFault() method. In handleFault() method, how can I retrieve the fault that was thrown from handleMessage().
Thanks Steve
