1.1.2.1.4 サービス・オブジェクトの定義
個々のサービス・オブジェクトは、<Service
>要素を使用して定義します。各サービスは、公開されたOracle Tuxedoサービスを示すように「name」
属性で指定する必要があります。通常、Oracle Tuxedoサービス・メタデータ・リポジトリからOracle Tuxedoサービス規約情報を取得するには、「name」
値がキー値として使用されます。
次の例には、WSBindingのサービスのグループを定義する方法を示します。
例1-5 WSBinding用のサービス・グループの定義
<Definition ...>
<WSBinding id="simpapp_binding">
<Servicegroup id="simpapp">
<Service name="toupper" />
<Service name="tolower" />
</Servicegroup>
...
</WSBinding>
</Definition>
親トピック: ネイティブWSDFの作成