Map the output of the Invoke Service activity.
Output Parameter | Description |
---|---|
body | Contains the body of the response from the Web Service. The nodes that defines the return parameter or parameters of the Web Service operation displays under the body output parameter. |
header | Contains the header of the SOAP Envelope. |
httpheaders | Contains the header of the HTTP response. |
The following table defines the nodes of the httpheaders output parameter.
Nodes of the httpheaders Output Parameter | Description |
---|---|
httpheaders/uri | Specifies the resource path, for example: /myPath. |
httpheaders/method | Specifies the type of HTTP response. |
httpheaders/otherHeaders/headerItem | Specifies a set of name/value pairs that contain the HTTP parameters of the HTTP response. Multiple HTTP parameters can be specified in the HTTP response, so headerItem is a recurring node. |
httpheaders/otherHeaders/headerItem/name | Specifies the name of the HTTP parameter. |
httpheaders/otherHeaders/headerItem/value | Specifies the value of the HTTP parameter. |