You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jbescos
added a commit
to jbescos/metro-jax-ws
that referenced
this issue
Apr 30, 2024
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.
The text was updated successfully, but these errors were encountered: