Caused by: java.lang.IllegalArgumentException: prefix wsdp is not bound to a namespace

问题描述:
用cxf写的服务端,服务器可以发布,但程序运行一段时间就报异常Caused by: java.lang.IllegalArgumentException: prefix wsdp is not bound to a namespace。引发错误的原因不知道,有看到的大神可以留言回复。
解决方案:
去掉这几个jar包
cxf-services-ws-discovery-api-3.1.4.jar

cxf-services-ws-discovery-service-3.1.4.jar

cxf-services-wsn-api-3.1.4.jar

cxf-services-wsn-core-3.1.4.jar

你可能感兴趣的:(namespace,CXF,异常,IllegalArg)