22-04-24 03:09 AM
Hi,
I'm currently working with an API which is 3rd party and we have credentials and setup done from the bot to make request. I have tried a test request to api and get the response back via SOAPUI.
But when i tried the same via blueprism, getting the below error. Can anyone help if you have faced the same?
I have created an API under System>Objects>Web API Services. This api needs certificates to be loaded with key to create a 2way SSL connection with API.
Now the api source has given a C# code to create a 2 way SSL connection via code stage as below, tried the same in code stage, by passing the parameters required.
I have loaded the same certificate file and key into SSL settings under preferences in SOAPUI and it worked. but via blue prism facing this issue.
Please guide me.
22-05-24 08:20 PM - edited 22-05-24 08:25 PM
Have you tried making the request in Postman? I just had this problem awhile ago, I ended up writing the response into a text file and uploading into Excel. Also I generated the token separately then did a http request through the Utility - HTTP.
27-05-24 04:14 AM
Hi All,
Update:
Yes, it does work via Postman/SoapUI without any issues. But the web service i have setup in Blueprism system tab, gives the error of unable to create secure channel.
Utility - HTTP is working and i'm able to make transactions to API. So created the solution with HTTP utility.