Simple Grails 3 client class generation from Oracle Cloud Financial Services SOAP API, using the cxf-client plugin
- Add configuration keys (and values) for oracle.username and oracle.password
- Run
grails test-app
and watch it fail to compile - Run
grails wsdl-to-java
to generate the client classes - Run
grails test-app
and watch the test pass