Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Platform 4.5+ が必要

Web サービスへのアクセス

...

属性
要素
説明
id
soapServiceDefinition
serviceRequests でこのサービスを識別するための ID を指定します。
wsdlLocation
soapServiceDefinition
SOAP サービスに使用する wsdl ファイルの場所を指定します。
 

例:

 

Code Block
<webServiceDefinitions>

    <soapServiceDefinition ID =

    <soapServiceDefinition ID = "soap", wsdlLocation="X" > </soapServiceDefinition>


</webServiceDefinitions>

 


nexaweb-webservices.xmlファイルの webServiceDefinitions セクションで Web サービスを構成するには、次の手順を実行します。

...