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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Acces Webservice from outside (not localhost)

I just created a webservice(REST) using Runtime_ESBE karaf. I can acces to the URL at http://localhost:8088/customers and receive the data but I can't acces to thisservice from another computer. I mean, changing "localhost" to the "public address" isn't enough?

Thanks!

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Resolved the problem:

-I had to open the port 8088 from my computer
-The "public address" is not the public, I had to put my local ip address(localhost itself didn't work)

View solution in original post

2 Replies
Anonymous
Not applicable
Author

I need to know this to see if I can start a big project with talend. 
When a REST or SOAP webservice is called with a "localhost" url as default, how can you acces to this webservice from a computer that is not in your network?
You must be able to do this but I can't see it at talend tutorials.
Anonymous
Not applicable
Author

Resolved the problem:

-I had to open the port 8088 from my computer
-The "public address" is not the public, I had to put my local ip address(localhost itself didn't work)