Specifying the Service Property
The INVOKE step’s Service property specifies which service will be invoked at run time. When you insert an INVOKE step, Designer automatically assigns the name of that service to the Service property.
If you want to change the service assigned to an INVOKE step, you edit the Service property. You edit this property in one of two ways:
By clicking
Service. Service property’s edit button (
) and selecting a service from the Select dialog box. This is the preferred method.
By typing the name of a service in the
Service text box. When you specify a service in this manner, keep the following points in mind:
You must specify the service’s fully qualified name in
folderName:
serviceName format.
Example purchasing.orders:getOrders
You must specify the service’s name
exactly as it is defined on the server. Service names are case sensitive.