Disabling WSDL Validation in Quarkus CXF
April 16, 2025
When working with SOAP services using Quarkus CXF, you might encounter situations where the incoming messages don’t strictly adhere to the WSDL definition. This can happen when the API evolves and new fields are added without prior notification, leading to validation errors and preventing your application from processing these messages.