首页 > 其他 > 详细

org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehau

时间:2014-03-12 15:22:30      阅读:927      评论:0      收藏:0      [点我收藏+]
log4j:WARN No appenders could be found for logger (org.codehaus.xfire.transport.DefaultTransportManager).
log4j:WARN Please initialize the log4j system properly.
org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: namespace mismatch require http://webservice.kiosk.tsinghua.edu found http://166.111.135.19:8443/HealthCloud/services/downloadWebService
org.codehaus.xfire.fault.XFireFault: namespace mismatch require http://webservice.kiosk.tsinghua.edu found http://166.111.135.19:8443/HealthCloud/services/downloadWebService
    at org.codehaus.xfire.fault.Soap11FaultSerializer.readMessage(Soap11FaultSerializer.java:31)
    at org.codehaus.xfire.fault.SoapFaultSerializer.readMessage(SoapFaultSerializer.java:28)
    at org.codehaus.xfire.soap.handler.ReadHeadersHandler.checkForFault(ReadHeadersHandler.java:111)
    at org.codehaus.xfire.soap.handler.ReadHeadersHandler.invoke(ReadHeadersHandler.java:67)
    at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
    at org.codehaus.xfire.client.Client.onReceive(Client.java:406)
    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.getUser(Unknown Source)
    at com.chni.btmachine.test.A.main(A.java:115)



在基于axis2进行WebService开发 抛出以上异常


bubuko.com,布布扣

将其wsdl中的目标空间即可

org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehau,布布扣,bubuko.com

org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehau

原文:http://blog.csdn.net/blogluoqi/article/details/21086665

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!