highsource / highsource/jaxb-tools
episodes not taken into account when wsdl as schema
- Dominant language
- Java
- Stars
- 465
- Forks
- 105
- PR merge metrics
- No merged PRs in 30d
Description
I use the following configuration
```xml
nl.bro.services.common
common_xsd
nl.bro.services.ss.bhr_gt
bhr_gt_xsd
nl.bro.opengis
bro_gml
org.jvnet.jaxb2.maven2
maven-jaxb2-plugin
${project.basedir}/src/main/resources
WSDL
https://schema.broservices.nl/wsdl/dsbhr-gt/0.1/dsbhr-gt.wsdl
${project.basedir}/src/main/resources/META-INF/
binding.xjb
${project.basedir}/src/main/resources/META-INF/catalog.xml
true
-npa
```
The project contains both an xsd and wsdl.. The catalogue resolves all artefacts neatly (in can find all schema's, also in dependend jar).
However: when I refer to the xsd the episodes are taken into consideration. But, when I refer to the wsdl that refers to the same xsd, the episodes are forgotten and all code is generated again.
Background: I'm trying to get rid of the JAX-WS plugin also in my compilation, by defining the interface class myself. However, I would still like to know whether the wsdl I got delivered is correct.
Contributor guide
Assessment
This issue has not been assessed yet.