cancel
Showing results for 
Search instead for 
Did you mean: 

How to view a web service exposed in blueprism

PRIYANARAYANMIS
Level 3
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?
27073.jpg



------------------------------
MISRA
------------------------------
4 REPLIES 4

Manoj_kumarNunn
Level 4
Hi,

Add "/" after ws and try.
Like, localhost:8181/ws/


------------------------------
Manoj kumar Nunna
RPA Team Lead
Tyson Foods
Asia/Kolkata
------------------------------

AndreyKudinov
Level 10
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
------------------------------

NarayanShrawagi
Level 6

 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

praveencga
Level 3
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
------------------------------