Connect dotNet
form
|
Use the Service tab to identify the properties of the remote Web service being called. Complete this tab first.
Field |
Description |
Service Properties | |
Message Style |
Specify the SOAP operation style for the messages:
|
Method Name |
Optional. If you selected |
Namespace URI |
Optional. Enter the Uniform Resource Identifier for the namespace, starting with uri: or urn:. This need not correspond to a file at that location. |
SOAPAction Header |
Optional. Enter the value of the SOAPAction HTTP header that is sent with the request message. |
Request Only |
Select to specify the connector is to send the message and end the connection without waiting for a response (operate asynchronously). Clear this option to cause the connector to wait for a response (operate synchronously). If you select this option, the connector does not wait for a response even if you configure data mappings on the Response tab. |
Authentication | |
Use Authentication? |
Select to include authentication credentials in the HTTP header of the SOAP request message. The credentials are encrypted according to section 11 (Basic Authentication Scheme) of the HTTP 1.0 specification. |
Username Property |
Required, if Use Authentication? is selected. Enter the name of a property that contains a user name for the remote services that require authentication. |
Password Property |
Required, if Use
Authentication? is selected. Enter the name of a
property that contains the password for the remote
services that require authentication. Do not use a property of type |
HTTP Connection | |
Service Endpoint URL |
Enter the URL of the remote service provider to which the request message is sent. This field supports the Global Resource Settings
syntax (=.PageName.PropertyName). The default
property name for this field is |
Response Timeout |
Optional. Enter a number of milliseconds after which — if no response is received — this rule times out with a failure message. Enter zero or leave blank to wait indefinitely. |
Connection ID |
Optional. Use this field to maintain an HTTP connection to the Web service provider after the method is called. Enter an arbitrary text value (a group key identifier) here, and also in other Connect dotNet rules that are to share a single connection (for one requestor). This capability can improve system performance, as the HTTP connection is saved and reused. In addition, this field is a requirement for session maintenance through token passing. If you leave this field blank, Process Commander creates a new HTTP connection each time this Connect dotNet rule executes, and destroys it after the first use. |
Maintain Session? |
Select to use HTTP token-passing as the mechanism for maintaining a stateful session with the Web service provider. Most public services are stateless, as maintaining correct state information can be complex and expensive in terms of computational resources. If selected, enter a Connection ID value in the previous field. |
Error Handling | The properties in this section hold status and exception information returned by the Connect-dotNET method. To map SOAP fault messages returned by the external web service to the clipboard, use the Faults tab. |
Status Value Property |
Optional. Specify a single-value string property to hold the status code that the Connect-dotNET method returns. When you generate a connector rule with the Accelerator, this field is set to the standard property .pyStatusValue. Use this field and the Status Message Property field when you want to manage exceptions in the connector activity rather than with an error handler flow. |
Status Message Property |
Optional. Specify a single-value string property to hold the status description for the status code that the Connect-SOAP method returns. When you generate a connector rule with the Accelerator, this field is set to the standard property .pyStatusMessage. |
Invocation Exception Property |
Optional. Specify a property of mode
|
Error Handler Flow |
Optional. Identify a flow rule that is to be started when this connector rule is started by a flow rule but fails. The default flow rule Work-.ConnectionProblem provides one approach for handling such problems. See Handling connector exceptions. |
Test Connectivity |
After you complete and save this rule, you can test connectivity to the host of the Web service by clicking this button. This does not call the Web service. |
Simulations |
Click to create a simulator for this connect rule. See Creating Connect Simulators. |