With migration to .NET 4.0, we got rid of a lot of WSE libraries, including the XopDocument class. What is the recommended class to replace XopDocument class, which represents an XOP package that is part of an MTOM-encoded SOAP message
|
feedback
|
|
Today I found your question when trying to understand how to add some attachment to SOAP message. In my requirements I have sample SOAP where
and my DataContract has
In SOAP request it looks like
In general it is what I wanted to find. | |||
|
feedback
|