如何摆脱自定义标头元素中生成的命名空间,如下所示在调用 SOAP Web 服务的 Windows Phone 客户端上的用户名和密码上?
SOAP Header...
<Authenticator xmlns="http://www.namespacename.com/services/">
<UserName xmlns="http://schemas.datacontract.org/2004/07/TestApp.App">myUserName</UserName>
<Password xmlns="http://schemas.datacontract.org/2004/07/TestApp.App">myPassword</Password>
</Authenticator>
...