cancel
Showing results for 
Search instead for 
Did you mean: 

Blue Prism Web Service Integration Best Practice

sastharpa
Level 5
Hi Everyone,

What is the  best approach to integrate SOAP  webservice ?
1. Native SOAP integration - My web service has Basic authentication and SSL. It always throws me error invalid credentials or certificate. Is there any way to disable the SSL authentication.
2. Is it better to use code stage for web service integration ?
3. Is there any recommended VBO for web service integration for SOAP ?


Kindly advise the best practice.

37019.png
VL Ganesh Tech Arch RPA -Sr Specialist Boubyan Bank Kuwait 96550471543
1 REPLY 1

ewilson
Staff
Staff
Hello @sastharpa,

The first thing to try, assuming we're talking about Blue Prism communicating with a 3rd party SOAP service, would be the native SOAP Web Services feature of Blue Prism. You can find this under System -> Objects -> SOAP Web Services. You'll want to select the Add Service link on the right side of the screen and then follow the prompts to enter the address of your services WSDL and your authentication requirements. You can specify both Basic Auth and SSL certificate information via the wizard as shown in the following screenshot:

37018.png
Note: If the SOAP service you are trying to communicate with has a complex WSDL, this path may not work for you. If that is the case, then you'll need to look at building your integration using Code stages. There are various threads/articles on the Internet that discuss how to do this in code. Here's just one example.

Cheers,
Eric