REST API
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-08-18 05:04 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-11-19 05:20 PM
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
------------------------------
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
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-11-19 08:30 AM
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
------------------------------
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
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-11-19 08:34 AM
Thank you so so much Vivek.
I will definitely try this.
------------------------------
Simanchala Pattanayak
Project Associate
Cognizant
America/Indiana/Indianapolis
------------------------------
I will definitely try this.
------------------------------
Simanchala Pattanayak
Project Associate
Cognizant
America/Indiana/Indianapolis
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-12-19 12:06 PM
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
------------------------------
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
------------------------------
- « Previous
-
- 1
- 2
- Next »