How to view a web service exposed in blueprism
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-10-19 05:53 AM
I have exposed a web service in blueprism.
But can't access it on browser.
I used the url : localhost:8181/ws and pcname:8181/ws
both are not working.
shows some error in browser as: invalid command
How to solve this? Is there any other more configuration required for this?
------------------------------
MISRA
------------------------------
But can't access it on browser.
I used the url : localhost:8181/ws and pcname:8181/ws
both are not working.
shows some error in browser as: invalid command
How to solve this? Is there any other more configuration required for this?
------------------------------
MISRA
------------------------------
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-10-19 06:15 AM
Hi,
Add "/" after ws and try.
Like, localhost:8181/ws/
------------------------------
Manoj kumar Nunna
RPA Team Lead
Tyson Foods
Asia/Kolkata
------------------------------
Add "/" after ws and try.
Like, localhost:8181/ws/
------------------------------
Manoj kumar Nunna
RPA Team Lead
Tyson Foods
Asia/Kolkata
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-10-19 05:28 PM
No, you used URL localhost:8181/WS/, not localhost:8181/ws/
URLs are case sensitive in general.
------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------
URLs are case sensitive in general.
------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-10-19 08:06 AM
For same issue I faced, reply I have received was :
The syntax for HTTP command lines uses the & symbol to chain options (in place of "/" for AutomateC.exe command line) and "%20" to replace spaces.
In your case try using:
http://<PC Name>:8181/user%20name%20<userID>&password%20<password>&<Commandtoexecute>
Hope this helps.
------------------------------
Narayan Shrawagi
Senior Consultant
T systems India private limited
Europe/London
------------------------------
Narayan
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-10-19 03:43 PM
Hi,
You need to start the runtime resource on the machine where you exposed the Web Service
Praveen
------------------------------
Praveen Chinthaginjala
Senior Technical Architect
HCL Technologies
Europe/Amsterdam
------------------------------
You need to start the runtime resource on the machine where you exposed the Web Service
Praveen
------------------------------
Praveen Chinthaginjala
Senior Technical Architect
HCL Technologies
Europe/Amsterdam
------------------------------
