设为首页 加入收藏

TOP

Java与WCF交互(一)补充:用WSImport生成WSDL的Java客户端代码
2014-11-24 01:00:48 】 浏览:4837
Tags:Java WCF 交互 补充 WSImport 生成 WSDL 客户端 代码

在《Java与WCF交互(一):Java客户端调用WCF服务》 一文中,我描述了用axis2的一个Eclipse控件生成WCF的Java客户端代理类,后来有朋友建议用Xfire、CXF,一直没有尝试,今天有朋友指出JDK6可以用java自带的一个WSImport工具,试了下,果然很爽,这是一个exe文件,位于%JAVA_HOME%in下,它的官方使用说明,见:html">http://download-llnw.oracle.com/javase/6/docs/technotes/tools/share/wsimport.html ,主要参数:

Option Description

-d Specify where to place generated output files

-b Specify external JAX-WS or JAXB binding files (Each must have its own -b )

-B
-catalog Specify catalog file to resolve external entity references, it supports TR9401, XCatalog, and OASIS XML Catalog format. Please read the documentation of catalog and see catalog sample.

-extension Allow vendor extensions (functionality not specified by the specification). Use of extensions may result in applications that are not portable or may not interoperate with other implementations

-help Display help

-httpproxy:: Specify an HTTP proxy server (port defaults to 8080)

-keep Keep generated files

-p Specifying a target package via this command-line option, overrides any wsdl and schema binding customization for package name and the default package name algorithm defined in the specification
-s Specify where to place generated source files

-verbose Output messages about what the compiler is doing

-version Print version information

-wsdllocation @WebServiceClient.wsdlLocation value
-target Generate code as per the given JAX-WS specification version. version 2.0 will generate compliant code for JAX-WS 2.0 spec.
-quiet Suppress wsimport output

示例:wsimport -s JavaSrc http://stockquote.xyz/quote wsdl

将在当前路径的JavaSrc下生成相关的Java类,直接复制到项目的Src目录下即可使用。
下面还是以上次创建的http://localhost:8000/HelloTimeService wsdl为例,测试过程如下:
邀月工作室

邀月工作室

新建一java Project,如图:
邀月工作室

将上面生成的java文件复制到Src目录下,项目结构如图:
邀月工作室

<script type="text/java script">BAIDU_CLB_fillSlot("771048");
点击复制链接 与好友分享! 回本站首页
<script> function copyToClipBoard(){ var clipBoardContent=document.title + '\r\n' + document.location; clipBoardContent+='\r\n'; window.clipboardData.setData("Text",clipBoardContent); alert("恭喜您!复制成功"); }
分享到: 更多
<script type="text/java script" id="bdshare_js" data="type=tools&uid=12732"> <script type="text/java script" id="bdshell_js"> <script type="text/java script"> var bds_config = {'snsKey':{'tsina':'2386826374','tqq':'5e544a8fdea646c5a5f3967871346eb8'}}; document.getElementById("bdshell_js").src = "http://bdimg.share.baidu.com/static/js/shell_v2.js cdnversion=" + Math.ceil(new Date()/3600000)
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇诡异的DWR弹出error 下一篇Java与WCF交互(一):Java客户端..

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目