Parameters for the Static endpoint (web based) pattern

Service information
Pattern parameter Default Description
WSDL for the service provider

This parameter defines the deployable WSDL file that defines the interface of the service for which the proxy is created.

URL of the service provider

This parameter defines the endpoint at which the service that is being proxied is located, for example: http://server/path/to/service. If not specified, the endpoint is determined from the binding information in the WSDL file.

URL path suffix of the Proxy flow

This parameter defines the URL path that is used to define the endpoint for the deployed proxy, for example /path/to/service. The complete service address also includes the host name and port, which are determined when the proxy is deployed. If no path is specified, the path from the service WSDL is used.

Validation of SOAP request None

Incoming SOAP messages are validated as defined by this parameter.

Valid values are:

  • None
  • Content and value

Validation of SOAP response None

The SOAP responses are validated as defined by this parameter.

Valid values are:

  • None
  • Content and value

Logging
Pattern parameter Default Description
Logging required Cleared

This pattern parameter determines whether the pattern instance includes the code for logging.

If Logging required is selected, a Log subflow is included in the message flow and values must be set for Log queue manager and Log queue.

Log queue LOG

This pattern parameter defines the queue for logging.

This parameter is required only if logging is selected.

Error handling
Pattern parameter Default Description
Error message required Cleared

This pattern parameter defines whether the pattern application creates the message flow elements that create the error messages.

If Error message required is selected, values must be set for Error queue manager and Error queue.

Error queue ERROR

This pattern parameter defines the queue for error messages.

This parameter is required only if error handling is selected.

General
Pattern parameter Default Description
Flow prefix

If set, this prefix is added to the beginning of all message flow names.

You can use only characters that are valid in a message flow name.

Flow suffix

If set, this suffix is added to the end of all message flow names.

You can use only characters that are valid in a message flow name.

Queue prefix

If set, this prefix is added to the beginning of all queue names.

If default queue names are used, the prefix, suffix, or both, must be set to identify queue names for each pattern instance.

Queue suffix

If set, this suffix is added to the end of all queue names.

If default queue names are used, the prefix, suffix, or both, must be set to identify queue names for each pattern instance.

Long description

This description is added to the long description property of all message flows that are generated.

Short description

This description is added to the short description property of all message flows that are generated.

All the pattern parameters are listed with their default values. Where no default is indicated, the default value is an empty string.

Back to the Static endpoint (web based) pattern specification