Hi Everyone,
I have integration object with basic authentication with user name and password so I need to encrypt the password in integration.
How to do the encrypt the password in integration. can any one suggest on this.
Regards
Devi.
Discussion posts and replies are publicly visible
Hi Devi,
Assuming your question is specific to SOAP service call where you are trying to use basic authentication in OOTB "call web service" smart service/"webservicequery" function.
If thats the case, you might have to try calling the SOAP service via integration object which uses connected system to store the encrypted credential. You need to create your request as XML and pass it in IO as XML body type.
For detailed information, you can go thru below thread :
https://community.appian.com/discussions/f/integrations/12897/soap-service-call-issue
Towards the bottom of the conversation, you would find couple of screen shots which should make things a bit clear if you wanna call SOAP service using IO.
Thanks,
Nitesh