Multi Using. Determines how query string parameters are generated when you need to specify multiple values for a parameter.
Authentication. Authentication credentials to access the MDM Hub data sources.
Other Parameters. Input parameters required by the service.
HTTP Headers. If the service requires one or more HTTP headers, enter the name and the value of the parameter for each header.
The following image shows the
Binding
tab:
On the
Output
tab, define how the service connector parses data returned from a service and places it into variables. Specify the following properties for each output data item:
Name. Name of a variable into which a returned value is placed.
Type. Data type of the value written to the variable.
Description. Description of the variable.
Get From. Select one of the following:
Property. To enter a named value (which is the name used within the XML returned by the service) to be placed within the variable.
Expression. To parse the MDM Hub JSON response to the output variable.
Use the following sample code to parse the response:
{
$RESTResponse/rest:metadata/text()
}
XQuery. To write an XSLT expression to parse the XML returned by the service.
HTTP Response Header. To enter the part of the response header to assign to the field.
HTTP Response Status Code. To check the HTTP response status code.
Entire Response. To assign the complete contents of the response payload to the field.
Simplified XML. To rearrange data that can be used by process objects.