
Anonymous
Not applicable
2017-03-24
09:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[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!
240 Views
1 Solution
Accepted Solutions

Anonymous
Not applicable
2017-03-28
09:14 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
-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)
240 Views
2 Replies

Anonymous
Not applicable
2017-03-24
05:27 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
240 Views

Anonymous
Not applicable
2017-03-28
09:14 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
-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)
241 Views
