首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

使用xfire时测试wsdl是提示500异常

2013-07-01 
使用xfire时测试wsdl是提示500错误service.xml的代码:?xml version1.0 encodingUTF-8?beans xmln

使用xfire时测试wsdl是提示500错误

service.xml的代码:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://xfire.codehaus.org/config/1.0">
<service>
<naem>design_webservice</naem>
<serviceClass>ye.Interfunc</serviceClass>
<implementationClass>ye.Implfunc</implementationClass>
<style>wrapped</style>
<use>literal</use>
<scope>application</scope>
</service>
</beans>

使用xfire时测试wsdl是提示500异常

请问是哪里出错了
[解决办法]
<naem>design_webservice</naem>

先保证你发上来的代码和你机器里跑的是一样的。

热点排行