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:
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