Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Building Services | About Service Run-Time Parameters
 
About Service Run-Time Parameters
 
Maintaining the State of Service
About Service Caching
Specifying the Execution Locale
About URL Aliases for Services
Automatically Saving or Restoring the Pipeline at Run Time
Specifying the Default Format for an XML Document Received by the Service
Configuring HTTP Methods Allowed for a Service
As a developer of a service, you can use the Properties view to specify the following service behavior:
*State of a service. You can maintain whether or not you want the server to treat it as a “stateless” service at run time.
*Caching of service results. You can cache service results to improve the response time of stateless services.
*Execution locale of a service. You can set the type of locale in which the Integration Server executes at run time.
*Creating a URL alias for a service. You can create an alias for the path portion of the URL used to invoke a service.
*Saving and restoring of the pipeline. You can save the pipeline or restore a previously saved pipeline at run time.
*XML format for the service input. If the service receives an XML document, you can specify the format that Integration Server uses for the document when it passes the document to the service. The format you specify determines whether or notIntegration Server parses XML document before passing it to the service.
Important:
The run-time parameters should only be set by someone who is thoroughly familiar with the structure and operation of the selected service. Improper use of these options can lead to a service failure at run time and/or the return of invalid data to the client program.