错误信息如下:
AxisFault
 faultCode: {http://xml.apache.org/axis/}HTTP
 faultSubcode: 
 faultString: (404)Object Not Found
 faultActor: 
 faultNode: 
 faultDetail: 
{}string: return code:  404
<html><head><title>Site Not Found</title></head>
<body>No web site is configured at this address.</body></html>(404)Object Not Found
at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:630)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:128)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180)
at org.apache.axis.client.Call.invokeEngine(Call.java:2526)
at org.apache.axis.client.Call.invoke(Call.java:2515)
at org.apache.axis.client.Call.invoke(Call.java:2210)
at org.apache.axis.client.Call.invoke(Call.java:2133)
at org.apache.axis.client.Call.invoke(Call.java:1656)
at com.hualong.jxpb.abnormitymanage.bussines.test.show(test.java:42)
at com.hualong.jxpb.abnormitymanage.action.SendNote.execute(SendNote.java:47)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

解决方案 »

  1.   

    http://localhost/webService/Prj_NoteProcess.exe/soap/INoteProcess 这个地址上没找到相应操作把,你先检查下你的webservice服务端是否运行正常,打:
    http://localhost/webService/Prj_NoteProcess.exe/soap/INoteProcess?wsdl,如果可以看到wsdl文件的话,就表示服务端运行正常。这个客户端貌似没什么问题。
      

  2.   

    http://localhost/webService/Prj_NoteProcess.exe/soap/INoteProcess?wsdl看有没有服务吧,
    然后再去调用。
    也可以通过另外的形式调用,用ant针对该wsdl生成个客户端代理包,直接本地调用。
      

  3.   

    404无法找到 Web 站点,是不是下面的那个URL有问题啊http://localhost/webService/Prj_NoteProcess.exe/soap/INoteProcess