|
![]() |
Use the Response tab to configure the data mapping for the reply from the external Web service. Use the Response Headers section to map the data needed (if any) from the incoming SOAP envelope header. Use the Response Parameters section to specify how to map the data from the body of the reply message to Process Commander properties.
The data types of the incoming parameters can be any of the primitive
data types specified in the W3C XML Schema standard. If you used the
Connector and Metadata accelerator to generate the connector rules and
the WSDL file you identified defines its complex types, the Data
Type for a response parameter is XML Page
. This
indicates that the incoming response parameter is an XML object.
Field |
Description |
Target Property |
|
Use this section to map values for SOAP headers in the response. The data type of a SOAP header is an element (an instance of the W3C DOM object org.w3c.dom.Element) and the contents must be processed by a Parse XML rule.
The SOAP envelope in the response must contain a namespace.
SR-6670 Axis 1.2 ENH-377 See also Pega Developer network
article PRKB-24061 How to map a SOAP Header in the request
message of a SOAP connector.
Field |
Description |
Name |
|
Description |
Enter a text description. |
Map To |
Do one of the following:
|
Map To Key |
Enter the Namespace and Element names (second and third key parts) of the appropriate Parse XML rule, separated by a period. The system uses the Applies To key part of this SOAP connector rule as the first key part of the Parse XML rule. Do one of the following
|
Field |
Description |
||||||||||||
Data Type |
The Select the |
||||||||||||
Name |
Enter the external name of the parameter. |
||||||||||||
Description |
Enter a text description. |
||||||||||||
Map To |
Specify the destination or type of destination for the value in Process Commander. The choices that appear in the selection list are dependent on the data type specified in the Data Type field:
If more choices appear, they each identify a custom
function rule in a |
||||||||||||
Map To Key |
Specify the key to locating the property or rule in the destination specified in Map To field:
|
Field |
Description |
Extract attachments from response |
Select to specify that the connector is to extract SOAP
attachments from the SOAP response message. For more
information, see Pega Developer network article |