Search code examples
xmlwcfwcf-bindingwcf-client

Configure WCF endpoint for Plain Old XML (POX)?


Is there anyway to configure WCF endpoint/binding to send the data "as-is" without wrapping as a soap message (with the Envelope tag, etc.)?

I'm trying to send an xml using WCF and its ended up wrapped as a soap and i would like that the server side would get it as plain xml (exactly as the original) because i can't change the server side at this point.


Solution

  • Check out the excellent screen cast series by Pluralsight, which covers all of WCF REST extensively:

    Specifically, there's on screen cast on:

    HTTP Plain XML (POX) Services