Expose Blue prism Process as REST Service

RpaAutomate

New Member
Hi All,

I have a requirement to expose a Blue Prism Process as a REST Service, currently Blue Prism processes and objects can only be exposed as SOAP. I will provide inputs to a rest service which will return results however the service is expecting the callback to be rest and not soap. Has anyone been able to expose a Blue Prism endpoint as rest?
 

sahil_raina_91

Active Member
Hi All,

I have a requirement to expose a Blue Prism Process as a REST Service, currently Blue Prism processes and objects can only be exposed as SOAP. I will provide inputs to a rest service which will return results however the service is expecting the callback to be rest and not soap. Has anyone been able to expose a Blue Prism endpoint as rest?
Blue Prism does not support exposing process/object as RESTful services.
You can achieve the same by having a middle layer of another API gateway which converts SOAP->REST & REST->SOAP.
 
Top