-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better Documentation & support of Client-Mode for JAX-WS-Services that are not hostet, but used (incl. example project) #8
Comments
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. |
…t only sceanarios (it also helps #8). Renamed the SystemTest from Integration test which it is not.
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. |
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.
The text was updated successfully, but these errors were encountered: