WebService求助

06-08-01 LifeNote
请问给为怎么用eclipse开发webservice啊用什么插件么
我只是知道用jbuild搞过 可是家里没有安装 我感觉eclipse肯定也有相关插件 只是不知道而已 请问知道的回复一下 先谢了啊

LifeNote
2006-08-02 00:57
我在网上查了一下 如果用eclipse开发webservice的话要用XFire这个
可是我按照那个上面说的弄了一下META-INF下建立了一个文件services.xml内容如下

<beans xmlns="http://xfire.codehaus.org/config/1.0">
<service>
<name>MTOMService</name>
<namespace>http://xfire.codehaus.org/MTOMService</namespace>
<serviceClass>org.codehaus.xfire.mtom.MTOMServiceImpl</serviceClass>
<properties>
<property key="mtom-enabled">true</property>
</properties>
</service>
</beans>

在<beans xmlns="http://xfire.codehaus.org/config/1.0">这一句打了一个红叉 找不到他的命名空间啊
不知道怎么搞了 有谁知道的 请会个话告诉下 真的急啊

LifeNote
2006-08-02 00:58
<beans xmlns="http://xfire.codehaus.org/config/1.0">
<service>
<name>MTOMService</name>
<namespace>http://xfire.codehaus.org/MTOMService</namespace>
<serviceClass>org.codehaus.xfire.mtom.MTOMServiceImpl</serviceClass>
<properties>
<property key="mtom-enabled">true</property>
</properties>
</service>
</beans>

<beans xmlns="http://xfire.codehaus.org/config/1.0">
这一句 刚发的东西怎么没有上面的代码了呢????????