You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Tobias Jarpner <to...@ladok.umu.se> on 2001/09/27 16:40:12 UTC

How to get Fault-deatils all the way?

Hi!

On the page

http://www-106.ibm.com/developerworks/webservices/library/ws-peer3/?dwzone=w
s
I read that "Some SOAP implementations use the detail element to encode
information about remote exceptions such as their type, data, and stack
trace so that they can be rethrown automatically on the client. This allows
Remote Method Invocation (RMI)-style remote exceptions to be implemented
using SOAP. Of course, if the client and server are not using the same SOAP
implementation, the feature is automatically disabled."

This is exactly what I want to do, but I haven't figured out how to do it. I
use IBM VAJ 4.0 and Apache SOAP 2.2. I have looked on the RPCRouterServlet
and found all the data I need but haven't been able to get my envelope into
the TransportMessage.

Please enlighten me.

Regards
Tobias J