What does the xml look like for a wrapped wcf post call?
Posted
by Boondawg
on Stack Overflow
See other posts from Stack Overflow
or by Boondawg
Published on 2010-01-19T21:33:44Z
Indexed on
2010/05/26
16:31 UTC
Read the original article
Hit count: 141
I have a wcf restful service with a operation contract that contains two values - an int and a string. This is a post call as well.
If i wrap the call using the BodyStyle = WebMessageBodyStyle.Wrapped. What should i assume the xml request will now look like?
© Stack Overflow or respective owner