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.
Request Headers
Field | Description |
---|---|
Data Type |
Select either
string
or
XML Literal .
|
Name | Enter the external name of the request header. |
Description | Enter a text description. |
Map To |
If the data type of a request header is
XML Literal,
set the
Map To value to
XML ParseRule . If the data type is string, select
one of the other Map To options. See the definition of the Map To field in the
Request Parameters section.
|
Map To Key | For descriptions of the Map To Key options, see the definition of the Map To Key field in the Request Parameters section. |
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.
Select the
Select the XML Literal data type if the parameter is an XML object and you want to map the actual (literal) XML from an XML stream rule or a single-value text property. |
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:
If more choices appear, they identify a custom function rule in a
|
Map To Key |
Specify the key to locating the property or the rule in the destination
specified in the Map To field:
|