@(#)$Name$ $Date: 2005-02-18 17:47:59 +0100 (Fri, 18 Feb 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_1_2.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.
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.
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 jonas-port-componentType defines
The endpoint-uri element represents the last part
of the URL where the given port can be accessed.