We are having errors when invoking APIs through Soap Webservices using SoapUI 5.7.0 application.
Requests are timing out.
In the catalina.log we noticed that it tried to connect to host "Server".
Release : 12.2
Following file
<install_dir>/apache-tomcat/webapps/axis2/WEB-INF/services/EspDSeriesService/META-INF/config.properties
This entry had the word "Server"
# IP or host name of primary server.
primary.address=Server
Changed this to "localhost".
Stop/start the webservice.
The SOAP UI requests are successful.