Having errors when invoking Soap Webservices
search cancel

Having errors when invoking Soap Webservices

book

Article ID: 266637

calendar_today

Updated On:

Products

ESP dSeries Workload Automation

Issue/Introduction

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".

Environment

Release : 12.2

Resolution

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.