调用webservice问题,在线等

时间:2022-08-21 21:29:38
错误代码:
Exception in thread "main" org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Could not read XML stream.. Nested exception is com.ctc.wstx.exc.WstxParsingException: Expected a text token, got START_ELEMENT.
 at [row,col {unknown-source}]: [1,347]
org.codehaus.xfire.fault.XFireFault: Could not read XML stream.. Nested exception is com.ctc.wstx.exc.WstxParsingException: Expected a text token, got START_ELEMENT.
 at [row,col {unknown-source}]: [1,347]
at org.codehaus.xfire.fault.XFireFault.createFault(XFireFault.java:89)
at org.codehaus.xfire.client.Client.onReceive(Client.java:410)
at org.codehaus.xfire.transport.http.HttpChannel.sendViaClient(HttpChannel.java:139)
at org.codehaus.xfire.transport.http.HttpChannel.send(HttpChannel.java:48)
at org.codehaus.xfire.handler.OutMessageSender.invoke(OutMessageSender.java:26)
at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:79)
at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:114)
at org.codehaus.xfire.client.Client.invoke(Client.java:336)
at org.codehaus.xfire.client.XFireProxy.handleRequest(XFireProxy.java:77)
at org.codehaus.xfire.client.XFireProxy.invoke(XFireProxy.java:57)
at $Proxy0.query(Unknown Source)
at com.yourcompany.struts.TestService.main(TestService.java:27)

8 个解决方案

#1


TestService.java:27 咋写的?

#2


朋友 看下这个吧 看对你有没有帮助
http://blog.csdn.net/qiao000_000/archive/2010/05/14/5592117.aspx
我之前都是用axis自己动生成java客服端代码 调用方法就可以了没有问题

#3


找不到webservice,楼主好好检查一下,应该不是什么大毛病。祝你好运

#4


应该是,访问时出错啦。或者服务器不让访问

#5


你把你的代码最好也贴出来看看

#6


  你发布的接口有问题

#7


debug一下应该就很清楚了

#8


谢谢 已找到问题答案 对方封装的webservice有问题

#1


TestService.java:27 咋写的?

#2


朋友 看下这个吧 看对你有没有帮助
http://blog.csdn.net/qiao000_000/archive/2010/05/14/5592117.aspx
我之前都是用axis自己动生成java客服端代码 调用方法就可以了没有问题

#3


找不到webservice,楼主好好检查一下,应该不是什么大毛病。祝你好运

#4


应该是,访问时出错啦。或者服务器不让访问

#5


你把你的代码最好也贴出来看看

#6


  你发布的接口有问题

#7


debug一下应该就很清楚了

#8


谢谢 已找到问题答案 对方封装的webservice有问题