Relative Content

Tag Archive for javamavenwsdlcode-generation

Generation of Reactive WebClients from WSDL files using WebFlux

I have a WSDL file defining a SOAP service, and I’m looking to generate a Reactive (WebFlux) client from it.
In the past, I’ve successfully generated Reactive WebClients for JSON REST services using the Maven plugin openapi-generator-maven-plugin.