|
![]() |
Use the Advanced tab to change
which version of Axis or SOAP the system is to use, to modify
the schema definitions for XML Page
data mappings
(generated by the Accelerator), or to associate a compensating
action with the connector.
The Process Commander dotNET connector architecture uses an Axis client to make the SOAP call and process the SOAP response. Use the fields in this section to specify settings for the Axis client.
Field |
Description |
Axis Version |
|
SOAP Version |
|
If your application requires a secure SOAP connection, you can enable Web Services Security (WSS) below.
Field |
Description |
Enable WS Security |
Select this option to enable Web Services Security on this connector. |
Enable WS Addressing |
Select this option to include routing data within the SOAP header. |
Security Profile |
Specify the WSS profile to use with this connection. See About WS Security Profile data instances. |
If you used the Connector and Metadata
accelerator to generate the dotNET connector rule and the WSDL
file of the Web service contains a schema description with
complex types, this section of the
Advanced tab specifies the model rules that define the
schema of the incoming and outgoing XML objects. (Typically,
this indicates that the SOAP operation style is
document-literal
.)
On the Request and Response tabs, the Data Type
of the XML objects described by the models specified on this
tab is set to XML Page
.
Field |
Description |
Page Key |
|
Class Name |
|
Model Name |
In most cases, the generated model specified in this field is appropriate. However, the generated models list every property in the class; you may not want to map a value for every property in the class. If you do not need all the properties, create a new model that specifies the properties to map in the order they are to be mapped. Then select that model rule in this field. |
Optional. Use the
Compensating Action and Compensating
Action Data section of this tab to associate a compensating action
with a work object when the connector rule succeeds. For more
information, see
Using
Compensating Actions, a document on the Integration section
of the Pega Developer Network.
Field |
Description |
Work Page Name |
Optional. Specify the name the
page that holds the work object. Typically this is
|
Action Label |
Optional. Enter a string that describes the purpose of the compensating action. For example, "Cancels Flight Reservation." PublicAPI methods can use this label to identify this compensating action within a Java step of an activity. |
Action Activity Class |
|
Action Activity Name |
|
Compensating Action Data |
Click the none button and enter the name of a parameter used by the compensating action activity. Then, in the value field, select the property that is to be the source of the parameter value. |