Field | Description |
Name | Assign a name for the global mapping. |
Description | Enter a description for the global mapping. |
Parameter Type | Select IN or OUT. |
Required | Specify whether this is a required mapping. |
Fixed | A Fixed mapping means its values cannot be changed at run time. |
Mapping Key- Type | Select the data source type: Cookie: HTTP cookies. For example, the Salesforce.com connector inserts the session token from a valid login in the SOAP header of the business operations to be executed. Other providers do the same thing; however, the token is managed via cookies instead of the SOAP header. Header: Request or response HTTP transport headers for the support connection factory implementation. IData: IData is a variable name that is associated with the connection instance when the service is invoked. It is a subset of those configuration fields from the selected groups. Not all fields are eligible for use as a mapping step since their values may not be changed or have any useful meaning in this context. Literal: A constant value. Parameter: Primarily used for REST handlers. Service: The Service type applies to the source, not to the target. Select Service if you want the source to call a given service to perform certain tasks and to map the output of the service to a target. The service must adhere to wm.cloudstreams.service.common.lookup.specs:mapServiceSpec. If an error occurs related to service validation or execution, CloudStreams throws a Mapping Exception. XPath: Enables you to define an XPath expression. |
Mapping Key-Key | Enter the source mapping key. For example, if your source mapping type is IData, you might enter the source mapping key cn.sessionToken. |
Mapping Value- Type | Select the target mapping type: Cookie Header IData Literal Parameter Service XPath |
Mapping Value- Key | Enter the target mapping key. For example, if your target mapping type is Header, you might enter the target mapping key X-SFDC-Session. |
Document Name | The document type, based on the XSD. |
Field | Description |
Name | Assign a name for the resource. |
Method | Select an available HTTP method (GET, PUT, POST, DELETE, and so on). |
Path | Specify the path to the resource. |
Description | Optional description for the resource. |
Field | Description |
Request Name | Specify the request name, for example tns:jobInfo. |
Incoming Parsing Type | The Content-Type of the request, for example, application/octet+idataoref. |
Outgoing Serialization Type | The Content-Type for the response, for example, application/xml. |
Document Reference Type | Click Browse and select a document reference. For example, myConnector_v1.doctypes:docTypeRef_tns_JobInfo. |
Exclude document root | Select this option to exclude the root element of the JavaScript Object Notation (JSON) document type, for REST resource’s request and response. |
Field | Description |
Response Name | Specify the request name, for example tns:jobInfo. |
Response Codes | Specify one or more codes for the response, such as 201 or 400. Response codes should be comma separated. |
Incoming Parsing Type | For example, application/xml. |
Outgoing Serialization Type | For example, application/octet+idataoref. |
Document Reference Type | Click Browse and select a document reference. For example, myConnector_v1.doctypes:docTypeRef_tns_JobInfo or myConnector_v1.doctypes:docTypeRef_tns_Error. |
Exclude document root | Select this option to exclude the root element of the JavaScript Object Notation (JSON) document type, for REST resource’s request and response. |
Field | Description | ||
Name | Specify a parameter name. | ||
Description | Optional description of the parameter. | ||
Required | Specifies whether the parameter is required. | ||
Document Reference Type | For QUERYSTRING_PARAM type parameters only. If the parameter is a complex parameter involving indices where an IS document type is required, specify the fully qualified name of the IS document type. | ||
Formatter Service | For QUERYSTRING_PARAM type parameters only. If you have used a parameter formatter to format input data into a custom format, specify your custom formatter service here, and then provide the input in the form of "key:value" pairs for the arguments specified in the service. For details about parameter formatters, see Parameter Formatters for REST Connector
Services. | ||
Style | Select the parameter's type, which determines how the parameter should be used, for example, URI_CONTEXT, QUERYSTRING_PARAM, CFG_PARAM, and so on. For more information about the supported parameter types, see Parameter Types. | ||
Default Value | Specify a default value for the parameter. If the variable is null in the input pipeline, this default value will be used at run time. The value given at run time always takes precedence over the default value. However, if the existing default value is of type "fixed default", the overwrite will fail.
|
Field | Description |
Name | Assign a name for the local mapping. This mapping will be used only by this particular resource. |
Description | Enter a description for the resource. |
Parameter Type | Select IN or OUT. |
Required | Specify whether this is a required mapping. |
Fixed | A Fixed mapping means its values cannot be changed at run time. |
Mapping Key- Type | Select the data source type: Cookie: HTTP cookies. For example, the Salesforce.com connector inserts the session token from a valid login in the SOAP header of the business operations to be executed. Other providers do the same thing; however, the token is managed via cookies instead of the SOAP header. Header: Request or response HTTP transport headers for the support connection factory implementation. IData: IData is a variable name that is associated with the connection instance when the service is invoked. It is a subset of those configuration fields from the selected groups. Not all fields are eligible for use as a mapping step since their values may not be changed or have any useful meaning in this context. Literal: A constant value. Parameter: Primarily used for REST handlers. Service: The Service type applies to the source, not to the target. Select Service if you want the source to call a given service to perform certain tasks and to map the output of the service to a target. The service must adhere to wm.cloudstreams.service.common.lookup.specs:mapServiceSpec. If an error occurs related to service validation or execution, CloudStreams throws a Mapping Exception. XPath: Enables you to define an XPath expression. |
Mapping Key-Key | Enter the source mapping key. For example, if your source mapping type is Literal, you might enter the key application/xml. |
Mapping Value- Type | Select the target mapping type: Cookie Header IData Literal Parameter Service XPath |
Mapping Value- Key | Enter the target mapping key. For example, if your target mapping type is Header, you might enter the key Content-Type. |
Document Name | The document type, based on the XSD. |