映射调用服务活动的输出。
输出参数 | 描述 |
---|---|
body | 包含来自 Web Service 的响应的主体。定义 Web Service 操作的返回参数的节点显示在 body 输出参数之下。 |
header | 包含 SOAP 包络的头。 |
httpheaders | 包含 HTTP 响应头。 |
下表定义了 httpheaders 输出参数的节点。
httpheaders 输出参数的节点 | 描述 |
---|---|
httpheaders/uri | 指定资源路径,例如:/myPath. |
httpheaders/method | 指定 HTTP 响应类型。 |
httpheaders/otherHeaders/headerItem | 指定包含 HTTP 响应的 HTTP 参数的一组名称/值对。可以在 HTTP 响应中指定多个 HTTP 参数,所以 headerItem 是重现节点。 |
httpheaders/otherHeaders/headerItem/name | 指定 HTTP 参数名称。 |
httpheaders/otherHeaders/headerItem/value | 指定 HTTP 参数值。 |