Binding ServiceConstructionException:无法解析null的绑定

Binding ServiceConstructionException:无法解析null的绑定,binding,null,cxf,factory,bus,Binding,Null,Cxf,Factory,Bus,我正在使用java中的cxf webservice客户端。我的代码在eclipse中运行得很好,但是当我创建一个jar并尝试从cmd运行时,我得到了这个错误(如末尾所示):- 我使用的org.apache.cxf版本是2.5.3。你知道原因是什么吗 org.apache.cxf.service.factory.ServiceConstructionException:无法解析null的绑定 00:01:11在org.apache.cxf.frontend.AbstractWSDLBasedEnd

我正在使用java中的cxf webservice客户端。我的代码在eclipse中运行得很好,但是当我创建一个jar并尝试从cmd运行时,我得到了这个错误(如末尾所示):-

我使用的org.apache.cxf版本是2.5.3。你知道原因是什么吗

org.apache.cxf.service.factory.ServiceConstructionException:无法解析null的绑定 00:01:11在org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createBindingInfo(AbstractWSDLBasedEndpointFactory.java:350) 00:01:11在org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpointInfo(AbstractWSDLBasedEndpointFactory.java:258) 00:01:11在org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:143) 00:01:11在org.apache.cxf.frontend.ClientFactoryBean.create(ClientFactoryBean.java:90) 00:01:11在org.apache.cxf.frontend.ClientProxyFactoryBean.create(ClientProxyFactoryBean.java:155) 00:01:11位于org.apache.cxf.jaxws.JaxWsProxyFactoryBean.create(JaxWsProxyFactoryBean.java:155) 00:01:11访问com.cisco.nm.nmtgre.b360.automation.IpCentralFetcher.getProjectAssets(IpCentralFetcher.java:58) 00:01:11在com.cisco.nm.nmtgre.b360.automation.IpCentralParser.getipcentralprojectversionid(IpCentralParser.java:122) 00:01:11访问com.cisco.nm.nmtgre.b360.automation.IpCentralParser.getIPcFromXml(IpCentralParser.java:51) 00:01:11访问com.cisco.nm.nmtgre.b360.automation.IpCentralParser.main(IpCentralParser.java:245) 00:01:11原因:org.apache.cxf.BusException:未注册命名空间的绑定工厂。 00:01:11在org.apache.cxf.binding.BindingFactoryManagerImpl.getBindingFactory(BindingFactoryManagerImpl.java:120) 00:01:11在org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createBindingInfo(AbstractWSDLBasedEndpointFactory.java:338) 00:01:11 ... 9更多


如何生成jar文件?依赖项jar文件在哪里?在类路径中还是创建一个具有依赖关系的jar?看起来您没有在类路径中放置足够的CXF相关jar。