在SAP ABAP中获取未经授权的异常
要解决此问题,您需要在代码中添加try/catch响应。如果您不包括授权标头,则会导致服务器出现错误401。
try {
CatalogService.CatalogChangeClient service =
new CatalogService.CatalogChangeClient();
service.ClientCredentials.UserName.UserName = "username";
service.ClientCredentials.UserName.Password = "password";
service.ClientCredentials.SupportInteractive = true;
ProductUpdate[] products = new ProductUpdate[1];
products[0] = new ProductUpdate();
products[0].ProductCode = "00001";
products[0].ProductDescription = "TestProduct";
string result = service.UpdateProducts(products);
} catch (Exception exception) {
Console.WriteLine(exception.Message);
}热门推荐
10 圣诞祝福语简短小学
11 祖国七十华诞简短祝福语
12 老师送的祝福语简短
13 生日祝福语大全女生简短
14 祝女性生日祝福语简短
15 牛年女神节祝福语简短
16 情人表白祝福语简短大气
17 老公开业祝福语简短
18 官宣新年祝福语简短