SOAP Web サービスを呼び出す Windows Phone クライアントの UserName と Password で以下に示すように、カスタム ヘッダー要素で生成された名前空間を取り除くにはどうすればよいですか?
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>
...