- run on port 8081
- provide web service: hello, this will return 'hello, {input}'
- web service url: http://localhost:8081/cxf/cxfServices?wsdl
- run on port 8082
- client call service on CxfServer
- call http://localhost:8082/main will access the service and get 'hello, test2' in console