Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


3.9.113 /glassfish-ejb-jar/enterprise-beans/webservice-description/wsdl-publish-location

/glassfish-ejb-jar/enterprise-beans/webservice-description/wsdl-publish-location specifies the URL of a directory to which the WSDL of a web service is published during deployment.

Description

/glassfish-ejb-jar/enterprise-beans/webservice-description/wsdl-publish-location specifies the URL of a directory to which the WSDL of a web service is published during deployment. All required files are published to this directory, maintaining their location relative to the module-specific WSDL directory (META-INF/wsdl).

Example:

When you have an ejb.jar file whose wsdl-file element of the webservices.xml file contains the following reference:

META-INF/wsdl/a/Foo.wsdl

When your glassfish-ejb.jar file contains the following element:

<wsdl-publish-location>file:/home/user1/publish</wsdl-publish-location>

The final WSDL is stored in /home/user1/publish/a/Foo.wsdl.

Specifiable values

Type: String

Default value

If the definition item is omitted

No default value

Repetition pattern

0 or 1 time