CXF实现webservice(不使用spring)

CXF实现webservice(不使用spring)

解决方法:

1.使用的jar包

asm-5.0.4.jar

cxf-core-3.1.18.jar

cxf-rt-bindings-soap-3.1.18.jar

cxf-rt-databinding-jaxb-3.1.18.jar

cxf-rt-frontend-jaxws-3.1.18.jar

cxf-rt-frontend-simple-3.1.18.jar

cxf-rt-transports-http-3.1.18.jar

cxf-rt-transports-udp-3.1.18.jar

cxf-rt-ws-addr-3.1.18.jar

cxf-rt-wsdl-3.1.18.jar

neethi-3.1.1.jar

slf4j-api-1.7.25.jar

stax2-api-3.1.4.jar

woodstox-core-asl-4.4.1.jar

wsdl4j-1.6.3.jar

wss4j-bindings-2.1.12.jar

xmlschema-core-2.2.3.jar

2.服务端实现代码:http://www.yayihouse.com/yayishuwu/chapter/1786

猜你喜欢

转载自blog.csdn.net/qq_30908729/article/details/87877815
今日推荐