I have a similar usecase, we used Apache cfx to create Jaxb classes from wsdl files in the past. But instead using jaxb I wrote a wsdl Ktor/Kotlinx code generator.
p
Paul Meshkovsky
11/06/2023, 12:48 AM
Cool I take it it's not OSS
right thats from a WSDL we only have XSD.
Also for CXF you could have implemented all your Services Impl in Kotlin as other generated stubs could have been JAVA 👍. As all generated code should never been in source code. That's Just how I typically approach this :)
Thank you @e5l
h
hfhbd
11/06/2023, 6:30 AM
It’s not yet open source but I plan to release it. While we could rely on the generated service we don’t want to use the generated Java classes but Kotlin to reuse them on other Kotlin platforms, mostly JS.