我尝试连接到affiliatewindow,(http://v3.core.com.productserve.com/ProductServeService.wsdl)来获取类别,但是当我尝试连接时,我得到这个:“其他信息:身份验证失败”
我有这个:
var A = new ApiService
{
UserAuthenticationValue = new UserAuthentication {sApiKey = "xxxxx"}
};
var r = new getCategoryTree {iCategoryId = 0};
var result = A.getCategoryTree(r);
但是当我联系affiliatewindow支持时,他们告诉我他们不知道怎么做.NET。他们说了一些API_USERNAME,API_PASSWORD和API_KEY。但是我应该把它放在哪里?
那么,我如何连接到affiliatewindow?
更新:我使用了错误的APiKey。