<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetMessageResponse>
<GetMessageResult>
<head xmlns="">
<body>
<Inner>welcome</Inner>
<Outer>Bye</Outer>
</body>
</head>
</GetMessageResult>
</GetMessageResponse>
</soap:Body>
</soap:Envelope>
This is generated by WCF. the response XML as above.
I would like to change the XML prefix from <soap:Body> to <soapenv:Body>
Anyone has this solution?