JiriOndrusek commented on code in PR #4187: URL: https://github.com/apache/camel-quarkus/pull/4187#discussion_r998096355
########## integration-test-groups/cxf-soap/cxf-soap-ws-security/README.adoc: ########## @@ -0,0 +1,28 @@ += Quarkus CXF client tests Review Comment: fixed ########## integration-test-groups/cxf-soap/cxf-soap-ws-security/README.adoc: ########## @@ -0,0 +1,28 @@ += Quarkus CXF client tests + +These are pure client tests - i.e. there are intentionally no services implemented in the test application. +All clients access services running in containers. + +== Maintenenance notes + +=== `CalculatorService.wsdl` + +`src/main/resources/wsdl/WssCalculatorService.wsdl` is a static copy of the WSDL served by the testing container. +It would be too complicated to start the container before running the plugin, so we rather keep the static copy. + +There is `io.quarkiverse.cxf.client.it.CxfClientTest.wsdlUpToDate()` to ensure that it is up to date. Review Comment: fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org