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:

  1. Right-click and select Insert Method from the menu.
  2. Set the appropriate properties, such as service name, service type, etc. in the Property Editor.

In the Source View:

  1. Define new methods.
  2. Add the @jc:tuxedo tag and the service-type attribute.

Related Topics