@(#)$Name$ $Date: 2005-07-20 18:13:39 +0200 (Wed, 20 Jul 2005) $
...
The instance documents may indicate the published version of
the schema using the xsi:schemaLocation attribute for the
JOnAS namespace with the following location:
http://www.objectweb.org/jonas/ns/jonas_j2ee_web_services_4_5.xsd
]]>
This is the root element of the JOnAS specific web-services deployment descriptor.
The jonas-webservicesType defines the root element of the JOnAS specific
web services deployment descriptor.
It contains the JOnAS specific information about all included web services.
The war element specifies the path whithin the
ear of the web-app which dispatch the SOAP requests to the session
bean web services. Works only for EJB exposed as web services. It
is not used for Webapps alone.
The context-root element represents the
context-root to be used when generating web app with WsGen. Notice
that this is not read during installation phase on JOnAS. Works
only for EJB exposed as web services. It is not used for Webapps
alone.
This element is used to specify the security-constraint to be used in
the web.xml for the endpoint. Only used for EJB based web services.
This element is used to specify the login-config to be used in the
web.xml for the endpoint. Only used for EJB based web services.
This element is used to specify the security-role to be used in the
web.xml for the endpoint. Only used for EJB based web services.
The endpoint-realm element represents the realm to use for the generated web app
with WsGen. This element is optional and is only used with EJB based web services.
The endpoint-realm-name represents the name of the realm to be used for the generated
web app with WsGen. This element is optional and is only used with Jetty to represents
the RealmName in web-jetty.xml. Only used with EJB based web services.
The jonas-webservice-descriptionType defines a group of jonas-port-component
It contains the JOnAS specific information about port-component of a given webservice-description
The default-endpoint-uri element represents the
last part of the URL where port-components of the service can be
accessed. Used if jonas-port-component/endpoint-uri is not set
The jonas-port-component element is used to
specify the endpoint URI used to access the designed
port-component.
The wsdl-publish-directory element is used to
tell the container where to publish the WSDL(s) of this webservice.
Must be a local directory and be specified as an URL :
"file:///pub/wsdl" for example.
The jonas-port-componentType defines
The endpoint-uri element represents the last part
of the URL where the given port can be accessed.