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: 211
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