Configuring the connection for a Connect SOAP rule
Identify the properties of the remote SOAP service by configuring the connection details on the Service tab. The Service tab contains all of your connection information in one place, so you save time when developing your connect SOAP rule.
- On the Service tab of your Connect SOAP rule, in the
Service properties section, complete the following fields:
- In the Style and use field, specify the SOAP operation style
for the messages:
- RPC/ encoded
- RPC/ literal
- Document/ literal
- In the Method name field, enter the SOAP operation name.
- Optional: In the Namespace URI field, enter the Uniform Resource
Identifier (URI) or Uniform Resource Name (URN) for the namespace, starting with
uri:
orurn:
.This value does not need to correspond to a file at that location. - Optional: In the SOAPAction header field, enter the value of the
soapAction
HTTP header to send with the SOAP request message. - Optional: To specify that the connector sends the SOAP message and ends the connection
without waiting for a response (operate asynchronously), select Request
only.Clear this option to make the connector wait for a response (operate synchronously).
- Optional: To specify that the connector reads and routes to an external system without updating the external system, select the Call is read-only checkbox.
- In the Style and use field, specify the SOAP operation style
for the messages:
- In the Integration system section, press the Down arrow key to select the integration system to use as the system of record.
- To include authentication credentials in the HTTP header of the SOAP request message,
in the Authentication section, select Use
Authentication.If your application requires SOAP headers that conform to a WS-Security format rather than using HTTP Basic, NTLMv1, or NTLMv2 authentication, you can configure the header directly on the Request tab.
- In the Authentication profile field, press the Down arrow key to
select the authentication profile that contains the authentication details required by the
remote service. This field supports the Global Resource Settings syntax (=PageName.PropertyName). The default property name for this field is pyAuthenticationProfile. For more information, see Configuring dynamic references to external systems by using the Global Resource Settings feature.
- In the Connection section, configure the following connection
details:
- In the Service endpoint URL field, enter the URL of the
remote service provider to which the SOAP request message is sent.This field supports the Global Resource Settings syntax (=PageName.PropertyName). The default property name for this field is pySOAPURL. For more information, see Configuring dynamic references to external systems by using the Global Resource Settings feature.
- Optional: In the Response timeout field, enter a number, in
milliseconds, after which this rule times out and displays a failure message if no
response is received.The default value is zero. Leave the value as zero or leave the field blank to wait indefinitely.
- If the external system uses HTTP token passing to maintain stateful session data
between requests, in the Connection ID field, specify that a
group of logically related connectors is to share one session.Enter an arbitrary text value in this field, and enter the same text value for the other HTTP connector rules that are to share session data.
- To use HTTP token-passing as the mechanism for maintaining a stateful session with
the Web service provider, click Maintain session.If selected, make sure that you enter a value in the Connection ID field as described in step 5c.
This field is disabled and is ignored at run time when the Intended for field in the Processing options section is set to queuing.
- In the Service endpoint URL field, enter the URL of the
remote service provider to which the SOAP request message is sent.
- Optional: In the Error handling section, define the properties that hold the
status and exception information that the Connect-SOAP method returns.
- In the Status value property field, specify a Single Value
Identifier property to hold the status code that the Connect-SOAP method returns. When you generate a connector rule with the Create SOAP Integration wizard, this field is set to the standard property .pyStatusValue.The literal value Good identifies success.
- In the Status message property field, specify a Single Value
Text property to hold the status description for the status code that the Connect-SOAP
method returns.When you generate a connector rule with the Create SOAP Integration wizard, this field is set to the standard property.pyStatusMessage.
- In the Error handler flow field, identify a flow rule that
routes a work item that cannot continue in its current flow when this connector rule
is unable to connect to the external system.The default flow rule Work-.ConnectionProblem provides one approach for handling such problems. See Handling connector exceptions.
- In the Invocation exception property field, specify a property of mode Java Object to contain the exception object, if any occur during the execution of the connector.
- In the Status value property field, specify a Single Value
Identifier property to hold the status code that the Connect-SOAP method returns.
- In the Processing options section, specify the connector requests
from this Connect SOAP to process asynchronously in parallel with the calling activity, or
in background by an agent.(The mode of execution of each connector request is determined by the Execution Mode parameter of the Connect-SOAP method, as enabled by the values in these two fields.)
- In the Intended for field, select one of the following
options:
- immediate execution – The SOAP connector executes synchronously; the calling activity waits for results. This is the default option.
- queuing (response will not be available) – The SOAP
connector executes asynchronously, with calls placed in a queue for processing by
the Pega-IntSvcs agent. The calling activity continues without
waiting for results.
Queuing, when selected, occurs only if also specified in the Connect-SOAP method.
- If you selected queuing (response will not be available) in
step 7a, in the Request processor field,
identify a Connect Request Processor data instance that defines the classes and other
characteristics of the queued connector requests, and for which the ruleset key part
matches the ruleset of this Connect SOAP rule.For more information, see More about SOAP Connector rules.
- In the Intended for field, select one of the following
options:
- Click Save.
Previous topic Creating a Connect SOAP rule Next topic Configuring the request for a SOAP connector