------------service日志---------------
2019-01-17 03:45:04,383 0 [ main] INFO y.ReflectionServiceFactoryBean - Creating Service {
http://impl.service.sf.com/}DemoServiceImplService from class com.sf.service.DemoService
2019-01-17 03:45:05,189 806 [ main] INFO apache.cxf.endpoint.ServerImpl - Setting the server's publish address to be
http://localhost:8010/ws/hello2019-01-17 03:45:05,230 847 [ main] INFO rg.eclipse.jetty.server.Server - jetty-8.1.15.v20140411
2019-01-17 03:45:05,775 1392 [ main] INFO jetty.server.AbstractConnector - Started SelectChannelConnector@localhost:8010
---发布服务成功,端口8010......
2019-01-17 03:45:14,739 10356 [ qtp19371050-14] INFO emoServiceImplPort.DemoService - Inbound Message
----------------------------
ID: 1
Address:
http://localhost:8010/ws/helloEncoding: UTF-8
Http-Method: POST
Content-Type: text/xml; charset=UTF-8
Headers: {Accept=[*/*], Cache-Control=[no-cache], connection=[keep-alive], Content-Length=[189], content-type=[text/xml; charset=UTF-8], Host=[localhost:8010], Pragma=[no-cache], SOAPAction=[""], User-Agent=[Apache CXF 3.0.1]}
Payload: <soap:Envelope xmlns:soap="
http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:sayHello xmlns:ns2="
http://service.sf.com/"><arg0>Tom</arg0></ns2:sayHello></soap:Body></soap:Envelope>
--------------------------------------
2019-01-17 03:45:14,907 10524 [ qtp19371050-14] INFO emoServiceImplPort.DemoService - Outbound Message
---------------------------
ID: 1
Response-Code: 200
Encoding: UTF-8
Content-Type: text/xml
Headers: {}
Payload: <soap:Envelope xmlns:soap="
http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:sayHelloResponse xmlns:ns2="
http://service.sf.com/"><return>Tom you are very good !</return></ns2:sayHelloResponse></soap:Body></soap:Envelope>
--------------------------------------