cancel
Showing results for 
Search instead for 
Did you mean: 

REST API

Anonymous
Not applicable
Hi, has anybody experience with REST API ? We will have a web app which will send (post, put) JSON via REST API to a BP DB and vice versa. I would need the Object for BP and the know-how to establish a successful communication. Any help is appreciated, thanks!  
13 REPLIES 13

Thanks Vivek for replying back.

Could you please elaborate both the line a bit more, that will be really helpful.
Else if you have any article on your portal (rpatools.com) please share the link.


------------------------------
Simanchala Pattanayak
Project Associate
Cognizant
America/Indiana/Indianapolis
------------------------------

Basic Principle in running python code:

Write the python scripts as .py 
Write the run commands in a notepad and save it as  .bat
from BP, just use Utility- Environment --> Start process--> Give the bat file name in the application input.

------------------------------
Vivek Goel
RPA Architect
Asia/Singapore

------------------------------

Thank you so so much Vivek.
I will definitely try this.

------------------------------
Simanchala Pattanayak
Project Associate
Cognizant
America/Indiana/Indianapolis
------------------------------

BrianChristense
Level 3
I've given up on blue prisms implementation of rest api interfaces. I'm building custom BO's for every service i use instead. The global code then contains the http(s) communication c# code. 
Then each page i'll implement a function that queries the API and then turns the json/xml reply into a collection.
Blue prisms setup is too rigid in my opinion..

------------------------------
Brian Christensen
Developer
TDC
Europe/Copenhagen
------------------------------