How do people do wsdl to kotlin?
# getting-started
k
How do people do wsdl to kotlin?
s
when in doubt, use wsdl to java and then interoperate/call from kotlin. (assuming you use kotlin on jvm backend)
plus one 1
s
wsdl -> java, I've never found a xsld2kotlin maintained
plus one 1
k
Would be nice to have wsdl2kotlin since it makes it a lot faster to see which fields are optional and not.
349 Views