Change the WCF SOAP Response XML
问题 There is an existing application which consumes a webservice. Now I want to make a new webservice for this application. I have no access to the source of this application. In the existing application it should be possible to just change the wsdl url definition and everything works as before. So at least, I'm trying to prey an existing webservice. In that case the returned soap response must be the same as the existing one. Now my question: How can I change the wcf soap response xml? For