apache cxf 3.0.16 jar.zip
3.0.16版本所需jar包! 测试代码: public static void main(String[] args) throws Exception { JaxWsDynamicClientFactory dcf = JaxWsDynamicClientFactory.newInstance(); //第三方系统的webservice Client client = dcf.createClient("http://localhost:9010/CxfWebservice?wsdl"); //第三方系统的webservice参数个数 Object[] obj = new Object[2]; obj[0]="CxfWebservice"; obj[1]="192.168.0.163"; Object[] response = client.invoke("sayHi",obj); System.out.println("调用CxfWebservice结果 : " + response[0]); }
文件列表
apache-cxf-3.0.16-jar.zip
(预估有个15文件)
apache-cxf-3.0.16-jar
neethi-3.0.3.jar
70KB
cxf-rt-transports-http-3.0.16.jar
330KB
woodstox-core-asl-4.4.1.jar
475KB
jaxb-impl-2.2.11.jar
1023KB
wsdl4j-1.6.3.jar
182KB
jaxb-core-2.2.11.jar
246KB
jaxb-api-2.2.11.jar
100KB
cxf-rt-bindings-soap-3.0.16.jar
174KB
xmlschema-core-2.2.2.jar
169KB
暂无评论