SOAP Connector form
|
Use the Request tab to configure the data mapping for the outgoing SOAP message. Use the Request Headers section to specify the data needed (if necessary) for the SOAP envelope header. Use the Request Parameters section to specify the data for body of the SOAP message.
The data types of the outgoing 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 own complex types, the
Data Type for a parameter is XML Page
,
which indicates that the outgoing parameter is an XML object.
Use this section to map values for SOAP headers. The data type of a
SOAP header is an element (an instance of the W3C DOM object
org.w3c.dom.Element
). The value of a SOAP header must be
well-formed, namespace-qualified XML, typically generated by an XML
Stream rule. SR-6745 If your application requires SOAP
headers that conform to a WS-Security format rather than using HTTP
Basic authentication, you can define that header content here.
SR-6983
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 |
Enter the external name of the SOAP request header. SR-1568 B-17442 |
Description |
Enter a text description. |
Map From |
Do one of the following:
|
Map From Key |
Do one of the following:
|
Field |
Description |
||||||||||||
Data Type |
Select the XML schema data type of the external value you are mapping. Select any primitive data type in the W3C XML Schema standard. See How to complete mapping details for SOAP and dotNet connectors for details about data types. B-21862 B-21649 SR-4259 B-22632 B-22574 SR-5558 The Select the If the SOAP operation style is
|
||||||||||||
Name |
Enter the external name of the request parameter. |
||||||||||||
Description |
Enter a text description for this row. |
||||||||||||
Map From |
Specify the source or the type of source of the value in Process Commander. The choices that appear in the selection list depend on the data type specified in the Data Type field:
If more choices appear, they each identify a custom
function rule in a |
||||||||||||
Map From Key |
Specify the key to locating the property or rule in the source specified in the Map From field:
|
Field |
Description |
Send attachments with request |
Select to specify that the connector is to send attachments with the outgoing SOAP message. For more information, see the Pega Developer Network article PRKB-25026 How to configure a SOAP or dotNET connector to send or receive SOAP with attachments. 5.4 |