Hi
From Application team i have revived SOAP API ,for building Application Connector .
But this SOAP API has authorisation for each operation(credential in Header ) instead of global Authorisation for accessing SOAP.
That would be security concern as we have use "user name" and "password" as plain text in request .
In SOAP UI , we can remove the request header, for each operation by using Global preference but i am not sure how we can do this in our SOAP Connector .
Any pointer around it ?
SOAPUI STEPS:-
Thanks
Basant
Why not add it as a command input parameter while selecting the "Encrypted” checkbox, then provide the password as the default value. You can reference that parameter in your SOAP XML. This way it will be stored encrypted in the connection configuration.
It would look like this: