python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Dealing with duplicate classes with multiple maven-jaxb2-plugin executions using different schemas with the same base schema
I'm currently using maven-jaxb2-plugin v0.13.3.
The plugin config has multiple executions, each processing wsdl files. Several of them are completely independent, but several are simply different wsd...

David M. Karr
Votes: 0
Answers: 1
how to fix while converting xml to java object is response null
Hi guys i am trying to convert soap xml to java classes fields but response gives null values into targeted class fields. I haven't worked with soap before, I work with soap for the first time, so I d...

Shoxrux Sindarov
Votes: 0
Answers: 0
YANG to Java for subsequent XML serialization/deserialization?
So I have YANG model files. I want to generate corresponding Java classes and be able to convert them to XML.
For now, I try the following approach:
YANG -> Relax NG -> XSD -> Java with JAXB ...
Siarhei Vouchak
Votes: 0
Answers: 0
JAXB not adding primitive type to @XMLJavaTypeAdapter annotation
I have been given an XSD which contains a xs:integer field. I want the generated code to use an int, so I can apply an existing interface to it. (the field is required and will never exceed the 32-bit...
Joost
Votes: 0
Answers: 1