2012-10-15 50 views
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> 
... 

回答

0

全部取決於您如何生成您的SOAP請求開始。示例代碼總是有用的。