当前位置: 代码迷 >> Java Web开发 >> 远程调用webservice接口报错解决思路
  详细解决方案

远程调用webservice接口报错解决思路

热度:424   发布时间:2016-04-12 22:45:11.0
远程调用webservice接口报错
我是用myeclipse根据人家给我wsdl地址自动生成的客户端,调用接口的时候报错
错误:org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Error parsing document.. Nested exception is com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '/' (code 47) (expected a name start character)
 at [row,col {unknown-source}]: [1,322]



PS:接口方法参数是别人自定义的类。


这是什么错误,怎么解决啊。请各位大侠们支招。搞了好几天了。

------解决方案--------------------
恭喜解决
  相关解决方案