Hi,
I have added custom header Authorization with value "Basic XXXXXXXXXXXXXXX".
Above mentioned value is encrypted and i have copied it from SOAP UI just to test my Web service from Marketo and it is working fine with this encrypted value.
How can i do the basic Authorization and encrypt the user name and password.
Don't see what this has to do with Marketo really... anyway, Basic Auth creds aren't encrypted, they're merely encoded. See Basic access authentication - Wikipedia, the free encyclopedia