Item | Description | ||||
1 | Identifies the name and port number for the Integration Server on which the service you want to invoke resides.
| ||||
2 | Specifies the required keyword "invoke", which tells the Integration Server that the URL identifies a service that is to be invoked. | ||||
3 | Identifies the folder in which the service to invoke resides. Separate subfolders with periods. This field is case sensitive. Be sure to use the same combination of upper and lower case letters as specified in the folder name on the Integration Server. | ||||
4 | Identifies the service that you want to invoke. This field is case sensitive. Be sure to use the same combination of upper and lower case letters as specified in the service name on the Integration Server. | ||||
5 | Specifies the input values for the service. Specify a question mark (?) before the input values. The question mark signals the beginning of input values. Each input value is represented as a variable=value pair. The variable portion is case sensitive. Be sure to use the same combination of upper and lower case letters as specified in your service. If your service requires more than one input value, separate each variable=value pair with an ampersand (&).
|
Note: | If you use the URL to invoke a service, make sure that the service applies the output to the appropriate template type (WML or HDML). For more information about creating output templates, see the Dynamic Server Pages and Output Templates Developer’s Guide. |