用webservice的客户端访问webservice服务端时,报以下异常,找了好久没发现问题,各位大虾来看看吧。。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用webservice的客户端访问webservice服务端时,报以下异常,找了好久没发现问题,各位大虾来看看吧。。相关的知识,希望对你有一定的参考价值。

AxisFault
faultCode: http://xml.apache.org/axis/HTTP
faultSubcode:
faultString: (404)Request on unsecure port
faultActor:
faultNode:
faultDetail:
:return code: 404
<html><head><title>Apache Tomcat/5.0.30 - Error report</title><style><!--H1 font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px; H2 font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px; H3 font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px; BODY font-family:Tahoma,Arial,sans-serif;color:black;background-color:white; B font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76; P font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;A color : black;A.name color : black;HR color : #525D76;--></style> </head><body><h1>HTTP Status 404 - Request on unsecure port</h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u>Request on unsecure port</u></p><p><b>description</b> <u>The requested resource (Request on unsecure port) is not available.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/5.0.30</h3></body></html>
http://xml.apache.org/axis/HttpErrorCode:404

(404)Request on unsecure port
at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)

参考技术A 是不是端口的问题?还是http协议的问题,或者是网址不正确! 参考技术B 是不是应该配置一下WebService的节点安全属性?设置为noSecure看看

以上是关于用webservice的客户端访问webservice服务端时,报以下异常,找了好久没发现问题,各位大虾来看看吧。。的主要内容,如果未能解决你的问题,请参考以下文章

Web Services 简介

如何添加webservice的引用,并发布到服务器上

如何调用别人提供的webservice接口

用webservice的客户端访问webservice服务端时,报以下异常,找了好久没发现问题,各位大虾来看看吧。。

WebService 之 实例学习一

服务器50X错误-已解决