cancel
Showing results for 
Search instead for 
Did you mean: 

Use API to post file in BluePrism

Hi

I have an webservice like this in curl

curl --request POST
--url https://information..........Com/
--header 'Content-Type: multipart/form-data;
--form 'file=@C:\test.pdf'

Can somebody tell me How to use it in BluePrism?

More thanks to your help
1 BEST ANSWER

Best Answers

ewilson
Staff
Staff
Ok. You've got a couple options then. With v6.4, we unveiled a new feature called Web API Services. You can find this under System -> Objects -> Web API Services. There's a pretty straightforward interface for defining a RESTful service interface that you want to interact with. You can find further details at the links below:


Alternatively, you could use the Utility - HTTP VBO that ships with Blue Prism.

Cheers,
Eric

View answer in original post

4 REPLIES 4

ewilson
Staff
Staff
What version of Blue Prism are you using?

Cheers,
Eric

Hello thanks,
I have BP 6.4.2

ewilson
Staff
Staff
Ok. You've got a couple options then. With v6.4, we unveiled a new feature called Web API Services. You can find this under System -> Objects -> Web API Services. There's a pretty straightforward interface for defining a RESTful service interface that you want to interact with. You can find further details at the links below:


Alternatively, you could use the Utility - HTTP VBO that ships with Blue Prism.

Cheers,
Eric