How Do I ... : Web Services Tips, Hints and FAQs : How can I deploy commonly used schemas to a Web services container?
How can I deploy commonly used schemas to a Web services container?
The deployment descriptor contains a <schemaUrls> block for this purpose. Schemas that are imported by deployed WSDL documents are automatically deployed to the container and do not need to be included in the <schemaUrls> block of the deployment descriptor.
<schemaUrls>
<schemaUrl>http://schemas.xmlsoap.org/ws/2002/07/secext/</schemaUrl>
</schemaUrls>
Use the <schemaUrls> block to: - Specify XML schemas required to provide supplemental functionality (ie. SOAP 1.2, WS-Security ) - Override schemas that are already deployed to the global XML object cache (ie. WSDL, SOAP)
-------------------------------
Last modified date: 04/08/2023