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
com.sun.tools.xjc.XJCTask supports language:"WSDL" to directly process WSDL files.
This is the only way I currently can process SAP generated WSDL files, as they contain 2 schemas.
com.sun.tools.xjc.XJCTask supports language:"WSDL" to directly process WSDL files.
This is the only way I currently can process SAP generated WSDL files, as they contain 2 schemas.
https://github.com/kohsuke/jaxb/blob/master/jaxb-ri/xjc/src/main/java/com/sun/tools/xjc/Language.java
and
https://github.com/kohsuke/jaxb/blob/master/jaxb-ri/xjc/src/main/java/com/sun/tools/xjc/ModelLoader.java#L368
Is it planned to be supported by this plugin?
The text was updated successfully, but these errors were encountered: