0
如何在調用SOAP Web Service的Windows Phone客戶端上的UserName和Password上顯示如下所示的自定義頭元素中的一般名稱空間?刪除Windows Phone上的SOAP Header命名空間
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>
...