Help with SOAP Calls

I have deployed a SOAP service in a container running Ubuntu machine. When I am trying make a wsdl call from my Desktop, SOAPUI is automatically setting the WSDL endpoint as

<soap:address location="http://e10a988090f8:8080/business.services/xyz> Using the container ID not Localhost or host machine. 

Due to this I am unable to send the request to the sever. Can you help me guys ?

Thanks
Kk

Application server is automatically picking up container ID as host point and using it SOAP address location. Tried to update the Application server to use the host IP address. Still trying to figure to update the PORT mapping. Any better way to handle this issue ?