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
