如何在WCF中的soap请求中更改根标记Envelope的xmlns

时间:2013-09-25 01:46:54

标签: wcf soap soap-client

我需要在WCF中的soap请求中更改根标记Envelope的xmlns。像现在WCF创建以下请求

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"></s:Envelope>

但我需要创建如下

<soapenv:Envelope xmlns:abc="abc.astute.ca/"; xmlns:xyz="xyz.astute.ca/"; xmlns:asd="asd.astute.ca/"; xmlns:qwe="qwe.astute.ca/"; xmlns:soapenv="schemas.xmlsoap.org/soap/envelope/">

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

我建议不要这样做(几乎没有理由这样做)。如果这是一个要求,而不是custom message encoder中的要求 - 你需要更改所有引用前缀的地方。