在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 2026祝福语简短创意牛
16 女宝宝满月简短祝福语
17 对司机的祝福语简短
18 老师高考后祝福语 简短