This isn't specific to CXF, but I couldn't think of a better place to ask this.
Either in theory or practice, if I send a request with a wsa:replyTo that points to a different URL, is it possible to receive a soap fault directly back, as opposed to the "replyTo" address? I see that WSA also has a "faultTo" property. If I set "replyTo", but not "faultTo", where would soap faults get sent to? If I set both "replyTo" and "faultTo" to the same URL, is there any possibility for the initial request to get any diagnostic information at all?
