Forum Discussion

SuryaReddy's avatar
SuryaReddy
New Contributor
7 years ago

SOAP Session Token Create - How to send encrypted Credentials

I am using SOAP Execute to call a SOAP webservice Operation which generates a session token to be used in subsequent calls.
The webservice requests Username, password and APIKey - I can setup a mapper and pass these parameters as clear text, but I am assuming that there is a better way of doing this where these details are encrypted and not visible as clear text to other programmers/users. Can you please advise what the right way to go about this?