08-02-23 08:58 AM
Hi,
I'm working for a major client on a robot which uses SOAP Web Services to access and update an online database. It uses HTTP Authentication with username and password of the user account of the robot. For security reasons, all robots (and user accounts) have to change their password every 60 days.
For now, I can only hard-code the password of the HTTP authentication in the system of BP. This causes the error 'You are not authorised to call this webservice' everytime the password of the robot changes.
Is there any way to make the password a data-item so that it can be accessed from the credential fault or alternatively, is there any documentation on how to configurate SSL authentication for SOAP in BP?
Thanks in advance for your help!
08-02-23 11:08 AM
08-02-23 12:13 PM
Hi Paul,
Thanks for your answer. I'm aware of the possibility of categorizing my data-item to the password type and adding it to the credential fault. However, in the SOAP webservice you can only add the password itself, and not a data-item. Furthermore, for the action in the process the only input variables I can give are:
- listName [text]
- listItemID [text]
- fileName [text]
- addAttachment [Binary]
My question is specifically on how to set up SOAP with HTTP authentication with a password from the credential fault. Hope you can help me further.
08-02-23 04:15 PM
09-02-23 06:55 AM
Hi @ewilson
I have similar issue. My SOAP service needs authentication and for some reason unable to load in to BluePrism, Where can we read more about the AutomateC utility ? I unbale to find any relevant technical material online. Could you please guide me
09-02-23 03:55 PM
See the online help: https://bpdocs.blueprism.com/bp-7-1/en-us/helpCommandLine.htm
Cheers,