Exposing Object as Service
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-03-20 12:27 AM
Hi,
I've exposed an object in blue prism as a SOAP service and I'm trying to test the service by calling localhost:8181/ws/ in a web browser.
However, in IE I get a "cannot reach this page" error. I fI try to fix the error in IE you get a "The remote device or resource won't accept the connection'
Chrome gives a "localhost refused to connect" error.
Any ideas as to what I may be doing wrong?
Thank you
------------------------------
Bherminder Powar
Europe/London
------------------------------
I've exposed an object in blue prism as a SOAP service and I'm trying to test the service by calling localhost:8181/ws/ in a web browser.
However, in IE I get a "cannot reach this page" error. I fI try to fix the error in IE you get a "The remote device or resource won't accept the connection'
Chrome gives a "localhost refused to connect" error.
Any ideas as to what I may be doing wrong?
Thank you
------------------------------
Bherminder Powar
Europe/London
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-03-20 05:47 AM
Hi Bherminder,
a few questions -
1. Is your RR running (with studio or standalone) in control room/
2. Check your C:\Windows\System32\drivers\etc\hosts file. to check if localhost is mapped.
3. if no mapping, add an ip host mapping.
4. check if the port is correct.
5. Ideally i check this by running a new RR (not one from control room), create a bat file in the local system and add line : "C:\Program Files\Blue Prism Limited\Blue Prism Automate\Automate.exe" /resourcepc /public /port 8185 (or equivalent)
6. Run the bat file, you should see the runtime connecting.
7. Open chrome and check - http://localhost:8185/ws/
8. I can see below page -
------------------------------
Ashish Easow
Senior Consultant - Professional Services
Blueprism
Asia/Kolkata
------------------------------
a few questions -
1. Is your RR running (with studio or standalone) in control room/
2. Check your C:\Windows\System32\drivers\etc\hosts file. to check if localhost is mapped.
3. if no mapping, add an ip host mapping.
4. check if the port is correct.
5. Ideally i check this by running a new RR (not one from control room), create a bat file in the local system and add line : "C:\Program Files\Blue Prism Limited\Blue Prism Automate\Automate.exe" /resourcepc /public /port 8185 (or equivalent)
6. Run the bat file, you should see the runtime connecting.
7. Open chrome and check - http://localhost:8185/ws/
8. I can see below page -
------------------------------
Ashish Easow
Senior Consultant - Professional Services
Blueprism
Asia/Kolkata
------------------------------
