Best way to generate a soap xml message?

Posted by code4life on Stack Overflow See other posts from Stack Overflow or by code4life
Published on 2010-04-15T20:27:18Z Indexed on 2010/04/15 20:33 UTC
Read the original article Hit count: 187

Filed under:
|
|

What is the best way to generate soap xml in c#? I prefer to use xml-serialization if possible. Also, I need to add some custom attributes to the soap header, so not sure if this complicates things.

© Stack Overflow or respective owner

Related posts about c#

Related posts about xml-serialization