I have a problem with wcf and the soap xml response of my service. How can I change <s:Envelope to <SOAP-ENV:Envelope? I guess that must be controllable with a property?
I use .NET 4.0, c#, basicHttpBinding and messagecontracts
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Why do you need this? By XML definition it has absolutely same meaning and I’m affraid it is not possible unless you create your own message encoder.
Edit: Here is a blog post describing how to replace prefix in custom encoding.