zoukankan      html  css  js  c++  java
  • 消费SAP C4C Web Service时遇到的Authorization role missing错误

    When you try to consume a standard C4C Web service from SoapUI, you may meet with this error message below: Authorization role missing for service XXXX.
    Here below is detailed step how to resolve this error.
    Probably you are using your business user configured in SoapUI to consume the web service, which fails even though you have resolved all required work center to this business user.
    However it is expected that another dedicated user should be used instead.
    Suppose I could like to consume standard service
    ManageSocialMediaUserProfileIn:

    (1) Create a new Communication System and set its status to Active:

    (2) Create a new Communication Scenario and select the service ManageSocialMediaUserProfileIn:

    Press button “New Configuration” to create a new Communication arrangement based on this scenario. In Technical Data setting tab for this arrangement, edit the password for this automatically specified user: _QXL.

    Now maintain this user and password in SoapUI instead and web service could be successfully consumed:

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    vscode安装设置go
    Go开发环境搭建
    使用Docker镜像
    Docker for mac安装
    封装request.get_params批量取值
    Python之日志处理(logging模块)
    Python3 urllib.parse 常用函数示例
    前端之CSS属性相关
    前端之CSS选择器
    前端之CSS介绍
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13577155.html
Copyright © 2011-2022 走看看