metro-jax-ws icon indicating copy to clipboard operation
metro-jax-ws copied to clipboard

Switch to load wsdl and schema files from multiple jars

Open Hanumesh96 opened this issue 1 year ago • 0 comments

Currently, WSDL and schema files are only being loaded from the JAR file which has the 'WEB-INF/wsdl' directory and is located first in the classpath. Other JAR files containing 'WEB-INF/wsdl/<WSDL_and_schema_files>' are being ignored.

A custom switch needs to be implemented to enable reading of WSDL and schema files from other JAR files in the classpath. This enhancement will be helpful to support customization.

Hanumesh96 avatar Feb 09 '24 13:02 Hanumesh96