How Do I: Create a Logical Business Control Supporting Multiple Tuxedo Services
A web service can access a single Tuxedo service or many Tuxedo services. Each Tuxedo Control file that you add to your web service maps to one or many Tuxedo service(s). To create a Tuxedo Control that supports multiple Tuxedo services, you must edit the JCX file in the Design View or Source View.
In the Design View:
- Right-click and select Insert Method from the menu.
- Set the appropriate properties, such as service name, service type, etc. in the Property Editor.
In the Source View:
- Define new methods.
- Add the @jc:tuxedo tag and the service-type attribute.
Related Topics