I have a web service(WebService1) that calls another web service (WebService2), I deployed the WebService1 on WebSphere(WAS 8.0.0.5), when I am trying to access the WebService1 I am getting this error:
WSWS7263E: The following exception occurred : org.apache.axis2.AxisFault: HTTP(503) Unavailable address: "address of WebService2"
when I searched about that, I found it might have been caused because the server is too busy. but in this situation, the server is not busy.