I want to create a soap endpoint but have my kotlin data classes as single point of truth (I do not have an XSD to hand and I want to use spring which just supports contract-first)
I hardly found anything about generating an xsd from java classes, just the other way around.
Does someone have experience with how to generate an XSD from kotlin data classes in gradle?
Many thanks