The document provides information about using SOAP web services with Mule ESB. It discusses:
- Configuring Mule to expose components as SOAP web services using the CXF module and hosting the services locally or remotely.
- Consuming external SOAP web services from Mule by configuring a CXF client and routing requests to the web service.
- Using JAX-WS annotations to define service interfaces and classes to expose a component as a JAX-WS web service in Mule.
- Configuring a CXF client in Mule to consume a JAX-WS web service by specifying the service interface and operation.