This document discusses consuming SOAP web services using the Mulesoft CXF JAX-WS client module. It describes generating a Java stub client from a WSDL contract using CXF's wsdl2java utility, creating a main flow with HTTP listener and transformers and a CXF client flow, and configuring the cxf:jax-ws-client component with properties like clientClass, port, and wsdlLocation to invoke the web service operation and return the response.
Related topics: