访问webservices时出现的Bad Response403
我现在的WebServices结构是这样的
有一个WebServicesA和一个WebServicesB
A要访问B中的接口
然后我的客户端即要访问A又要访问B
我的WebServices的环境是WindowsXP
当我的客户端访问A的时候,A又会调用B的方法
当我在客户端用一个循环访问A的方法(就是说用循环多次调用了A中方法后),很容易出现以下异常
警告: 无法连接到 URL: http://127.0.0.1:80/WebServicesB/query.asmx, 原因为: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 403 Access Forbidden11/08/18 11:16:05 java.rmi.RemoteException: ; nested exception is: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 403 Access Forbidden