Service SAP form - Completing the Request tab
Configure the data mapping of the incoming SOAP request from the external SAP application to the Pega Platform on the Request tab.
- Complete the Request headers section to map data from the SOAP envelope header.
- Complete the Request parameters section to map data from the body of the SOAP request.
Soap action HTTP request header field
Use this section to enter a custom SOAP action HTTP request header field that allows a server, such as a firewall, to identify the intent of the request, and appropriately filter it. The header field value is a URI that indicates the intent, and it overrides the value that is generated by Pega Platform.
Field | Description |
Specify custom SOAP action URI | Select this check box if you want to include a custom SOAP action URI in the request and change the default SOAPAction HTTP header provided in the WSDL file that is generated for the service. |
SOAP action URI | If you selected the Specify customSOAP action URI check box, enter the URI of the custom SOAPAction that you want to include in the request. If you leave this value blank, the server presumes that the intent of the SOAP message is provided by the HTTP Request-URI. |
Request headers
Field | Description |
Data type | Indicate the data type that your service expects in the request header. Select either string or XML Literal. |
Name | Enter the external name of the request header. |
Description | Enter a text description. |
Map to | Select the destination for the SOAP header value:
|
Map to key | Specify the key of the property or the rule to which to map the SOAP header
value:
|
Request parameters
Field | Description |
Data type | Select the data type of the parameter from the subset of XML schema data types
supported by SOAP services. See How to complete data mapping for SOAP and dotNet services for details
about data types.
|
Name | Enter the external name of the parameter when the WSDL file is generated. (This need not match a rule or object in the Pega Platform.) |
Description | Optional. Enter a text description of the parameter. |
Map to | Specify the destination or the type of destination for the value in the Pega Platform. The choices in the list depend on value you selected in the Data type field. For descriptions of the Map to options, see the definition of the Map to field in the Request headers section. |
Map to key | Specify the key to locating the property or the rule in the destination specified in the Map to field. For descriptions of the Map to key options, see the definition of the Map to key field in the Request headers section. |
Previous topic Service SAP form - Completing the Service tab Next topic Service SAP form - Completing the Response tab