
Web Service
zbryan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
src-resolve.4.2 Error resolving component
利用myEclipse和Xfire开发web service时,对myEclipse自动生成的wsdl文件,如验证时错误为:src-resolve.4.2 Error resolving component 'xxx:xxx'. It was detected that 'xxx:xxx' is in namespace 'http://xxxx', but components from...原创 2009-07-22 10:18:38 · 490 阅读 · 0 评论 -
一个根据wsdl生成xfire stub的应用问题
最近在学习用XFire开发webService,遇到点问题请大帮我看看,谢谢 Client主要代码: helloClient client = new helloClient(); helloPortType port = client.gethelloHttpPort(); User u = new User(); JAXBElement n...原创 2009-07-22 11:44:50 · 143 阅读 · 0 评论