1.1.2.1.4 Defining Service Object
Each service object is defined using the
<Service> element. Each service must be
specified with the “name” attribute to
indicate which Oracle Tuxedo service is exposed. Usually, the
“name” value is used as the key value for
obtaining Oracle Tuxedo service contract information from the
Oracle Tuxedo Service Metadata Repository.
The following example shows how a group of services are defined for WSBinding:
Example 1-5 Defining a Group of Services for a WSBinding
<Definition ...>
<WSBinding id="simpapp_binding">
<Servicegroup id="simpapp">
<Service name="toupper" />
<Service name="tolower" />
</Servicegroup>
...
</WSBinding>
</Definition>Parent topic: Creating a Native WSDF