How can I programmatically build a SOAP envelope response in WCF?
Like the title says I wou开发者_如何学Cld like to know if it is possible to edit the SOAP envelope that is sent back to the client after a WCF operation?
Thanks in advance,
Tri
Yes it is possible using the Message class. See this tutorial here for a demonstration of how to use it.
精彩评论