WebService
5iasp
这个作者很懒,什么都没留下…
展开
-
基于xfire的web service开发例子
1. 开发服务接口package com.yanek.demo.webservice;public interface IHelloWorldService { public String sayHello(String name); public String[] getUsers(); public User[] getUserList(); }原创 2009-07-01 15:21:00 · 1554 阅读 · 0 评论 -
Eclipse插件生成webservice客户端调用代码
The first step is to start the code generation wizard. Go to File->New->Other. Then select Code generation from WSDL document. The plugin will then prompt you for the location of your WSDL, where to原创 2009-06-28 17:56:00 · 1798 阅读 · 0 评论 -
MyEclipse6.5上基于XFire开发Webservice
http://kb.cnblogs.com/a/1548471/ 创建并发布服务器端1.新建WEB SERVICES PORJECT(创建web服务)此时查看services.xml内容如下:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->转载 2010-04-29 09:44:00 · 1072 阅读 · 0 评论 -
关于基于xfire webservice框架开发webservice的总结
<br />关于基于xfire webservice框架开发webservice的总结<br />基础条件:依赖包和插件<br />http://repository.codehaus.org/org/codehaus/xfire/xfire-distribution/1.2.6/xfire-distribution-1.2.6.zip<br />开发环境:myeclipse7.5 +tomcat6.0<br />插件:xfire插件<br /> <br /> <br /><br />包括服务器端的开发和客原创 2011-02-17 13:40:00 · 1400 阅读 · 0 评论 -
关于利用myeclipse开发基于xfire的webservice
http://blog.csdn.net/peirenlei/article/details/1774523转载 2012-02-20 00:03:38 · 799 阅读 · 0 评论