codecentric/cxf-spring-boot-starter

Better Documentation & support of Client-Mode for JAX-WS-Services that are not hostet, but used (incl. example project)

jonashackt opened this issue · 5 comments

You can use this starter also not only for serving SOAP services but also for consuming them with Apache CXF. But this is not documented yet and there´s no example-project or test for this feature.

ePaul commented

I just wanted to open an issue asking how to do this. I guess I'll have to browse the code, then.

@ePaul you´re right - we´ll deliver some kind of example project soon including documentation. Stay tuned :)

We need an integration test for this - not only a system test. We should consider the use of https://github.com/testcontainers/testcontainers-java to run cxf-boot-simple as app inside a Docker container and then integration test onto it.

Documented in tests & README. So closing now.

I'am developing an example client-only project right now, that will hopefully also address #41 and #47 - AND document much much better, how to do it. As a second benefit, this will provide us with a real integration test - since the sample client will use another sample project, which is live-deployed on Heroku.