Map the inputs of the Send Reply service activity.
The return parameter for the operation selected in the Requires a Reply Schema field of the Configure task of the associated Provide Service activity, is shown below the body input parameter listed in the To Activity pane of the Map Inputs task.
To view the optional input parameters called header and httpheaders in the To Activity pane of the Map Inputs pane, select from the toolbar menu or right-click in the To Activity pane and select the Show Optional Parameters option. If the option is not selectable in the toolbar menu, click a node in the Map Inputs pane to make this option active.
If a Soap Header XML Schema was selected in the Requires a Reply SOAP Header field of the Configure task of the associated Provide Service activity, this schema is shown below the header input parameter listed in the To Activity pane of the Map Inputs task.
Nodes of the httpheaders Input Parameter | Description |
---|---|
httpheaders/uri | Specifies the resource path, for example: /myPath. |
httpheaders/method | Specifies the type of HTTP request. |
httpheaders/otherHeaders/headerItem | Specifies an element that contains a set of HTTP header parameters as name/value pairs. Multiple HTTP header parameters can be specified in the HTTP request, and is a recurring node. |
httpheaders/otherHeaders/headerItem/name | Specifies the name of the HTTP header parameter. |
httpheaders/otherHeaders/headerItem/value | Specifies the value of the HTTP header parameter. |