Hi.
I have some problems.
I need to intercept encrypted message.
Content type of SOAP message with attachment is multipart/related. (application/soap+xml, application/octet-stream)
Character set of message of application/soap+xml is utf-8, but attachment with octet-stream is not encoded.
On fiddler, message is cracked like attached file (part of Raw tab message).
I need to save this message. (with attachment and MIME Header Message)
Can I save the raw message to file?
I think copy-paste will make a encoding problem.
Sorry for my weak English.
Thank you.