used for SOAP (Simple Object Access Protocol) messaging. It handles all serialization and deserialization as well as SOAP envelope and namespace processing. The Mule CXF module provides support for web service integration via Apache CXF. Apache CXF is an open source services framework that helps you build and develop services using front-end programming APIs, like JAX-WS.
myapp.webservice. 2.) Add Interface and name it IHelloWorldService. 3.) Add Class and name it HelloWorldService. This calls should implement the interface IHelloWorldService. Make sure add all the class and interface under the folder src/main/java. Now start defining the method in interface and implement in class that you need to expose.
processor and configure it. Select the operation JAX- WS service and add service class (name of your interface (i.e. myapp.webservice.IHelloWorldService).