myeclipse构建Web

使用MyEclipse构建Web Service(基于Xfire框架)

不羁岁月 提交于 2019-12-07 21:39:10
使用 Xfire 实现一个简单的“ Hello , World ” Web Services ,作业应当包括相关的实现软件代码以及对应的 WSDL 。 MyEclipse 6.5 , XFire 1.2.6 , Tomcat 6.x XFire 下载地址: http://xfire.codehaus.org/Download ,下载时选择 Binary Distribution in zip package ( xfire-distribution-1.2.6.zip ),解压缩之后 lib 文件夹中包含了所有的 jar 文件。 Service 创建 1 、新建 Service 项目: File — New — Web Service Project ,项目名称为“ HelloWorldService ”。在 Framework 中选择 XFire ,虽然已经废弃,但是可以导入自己下载的 lib 文件使用,然后 Next — Next — Next — finish ,均默认,则项目创建成功。 2 、导入 xfire 的外部 jar 。将 xfire 解压缩后目录下 \xfire-distribution-1.2.6\xfire-1.2.6\lib 下所有 jar 以及 \xfire-distribution-1.2.6\xfire-1.2.6 下的 xfire-all-1.2.6