在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 妈妈生日祝福语简短励志