apache cxf wsdl2java命令

Posted sixp512720288

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache cxf wsdl2java命令相关的知识,希望对你有一定的参考价值。

1、下载apache-cxf 

2、进入cmd

3、进入cxf的bin目录

D:\\apache-cxf-3.1.6\\bin> wsdl2java  -d d:/src/code -encoding UTF-8 -client -fe jaxws21 d:/src/20160831/XXXXXX.WSDL


apache-cxf 官方文档:http://cxf.apache.org/docs/wsdl-to-java.html


Usage : wsdl2java -fe|-frontend <front-end-name> -db|-databinding <data-binding-name> 
-wv <wsdl-version> -p <[wsdl-namespace =]package-name>* -sn <service-name> 
-b <binding-file-name>* -reserveClass <class-name>* -catalog <catalog-file-name> 
-d <output-directory> -compile -classdir <compile-classes-directory> -impl -server
-client -clientjar <jar-file-name> -all -autoNameResolution -allowElementReferences|-aer<=true> 
-defaultValues<=class-name-for-DefaultValueProvider> -ant 
-nexclude <schema-namespace [= java-package-name]>* -exsh <(true, false)> -noTypes
-dns <(true, false> -dex <(true, false)> -validate -keep 
-wsdlLocation <wsdlLocation> -xjc<xjc-arguments>* -asyncMethods<[=method1,method2,...]>* 
-bareMethods<[=method1,method2,...]>* -mimeMethods<[=method1,method2,...]>* -noAddressBinding 
-faultSerialVersionUID <fault-serialVersionUID> -exceptionSuper <exceptionSuper> 
-mark-generated -h|-?|-help -version|-v -verbose|-V -quiet|-q|-Q -wsdlList <wsdlurl>

以上是关于apache cxf wsdl2java命令的主要内容,如果未能解决你的问题,请参考以下文章

apache CXF wsdl2java工具的使用

使用Apache CXF根据wsdl文件生成代码

Apache Cxf Wsdl2java创建Web服务客户端编码错误

使用cxf将wsdl生成java代码

怎么用cxf的wsdl2java解析wcf生成的wsdl

Maven CXF wsdl2Java 给指定全名空间设置包名