Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Tech8
Contributor III
Contributor III

Host web service with a domain

Is it possible to create a web service with a domain instead of ip and port address? I dont want to expose the ip so im trying to find out how to hide it.

 

It´s a soap service in Windows ESB container.

Labels (2)
1 Reply
Anonymous
Not applicable

If your server hosting your web service has a hostname, just use that if it is internal. The Runtime doesn't care about IP addresses, the IP address simply gets the message to the Runtime. It is the same with a domain name for an external server. You do not need to worry about IP addresses at all. It will just work.