SOAP Faults with attachments
I am wrestling with how to send back an attachment when a fault occurs. Currently, I embed in the SOAP Body a tag with a href attribute set to the cid of the attachment. This is using the guidelines in the SOAP with attachments spec.
But, the SOAP spec states the SOAP Fault tag is the only tag allowed in the SOAPBody tag. and no extraneous tags are allowed as children of the Fault tag.
Is it even possible to send attachments back with a fault using SOAP with attachments? If so, any advice or http response snippets is appreciated.
Thanks.

