SOAP Web Service package

使用 SOAP Web Service package 中的 SOAP web 服务 action,以 XML 格式访问和交换两个系统之间的信息。

使用 SOAP Web 服务,您可以执行以下操作:

  • 运用 SOAP Web 服务,为进一步的业务流程提供结构化数据,如货币转换、天气报告和语言翻译。
  • 无论底层基础设施要求如何,都可以连接到不同的现有应用程序和不同平台。

SOAP Web 服务实现了客户端或应用程序和互联网的完整互操作性,支持基于 XML 的开放标准,例如 Web 服务描述语言 (WSDL)、简单对象访问协议 (SOAP) 和通用描述发现和集成 (UDDI)。

注: Automation 360 中的 SOAP Web Service package 当前不支持进行 Windows 身份验证。

安全地传递值

You can securely pass values from the Credential Vault to the web service by specifying the locker, credential, and attribute in the following supported action fields:
  • 自定义标头
  • 操作参数
  • 原始数据: 必须选择一个包含整个参数的 Credential Vault 值作为该值。
SOAP web 服务 action 包括以下字段:
  • 命名空间

    Default_Namespace,是定义的元素和属性的唯一标识符。

  • 前缀

    Default_Prefix,是命名空间的缩写。

  • 操作

    Default_Action,是 web 服务中调用的方法或操作。

  • 命名空间限定 XML 元素
    elementFormDefault 属性的特性,用于定义 XML 元素是否具有限定的命名空间。 它包含以下值:
    • True
    • False
    • 默认

      默认值,用于向后兼容。

SOAP web 服务 action 中的所有四个字段均为只读。 当您更新到最新版本 SOAP Web Service package,但未单击构建 SOAP 请求时,这些字段将保留默认值,自动化将与之前一样运行。 但是,如果您单击构建 SOAP 请求按钮,这些字段可能会根据所使用的 SOAP URI 进行更新。 这些字段可以减少解析 SOAP 请求的次数,从而有助于提高大型 web 服务的性能。

Proxy support

If your device is configured with a proxy, all outbound requests from this package are routed through the proxy server. See 使用代理将 Bot Agent 连接到设备.

注: 有关使用 SOAP Web Service action 的示例任务,请参阅 使用 SOAP Web 服务操作的示例