What does the xml look like for a wrapped wcf post call?
- by Boondawg
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?