I have created web Service consumer by importing WSDL.Then I have created Alias on IS page . I am using one of the connector in my flow service .But I am getting Authentication required error from connector .
When I am hardcoding ‘auth’ details in connector on designer it is working fine .But it is not working with details provided in alias.
I tried by changing ACLs to Anonymous also but still no success.
Anyone can you please help with above issue
TIA
then created alias with hostname,portname,username password and additionally mention credential under ws security properties also
In designer while calling connector I am not mapping ‘auth’ details as I have already created alias (I am thinking it will automatically get picked up from alias Please make me correct if I am wrong )
After adding endpoint alias on IS page, did you go to the consumer provider → binders tab → click on binder → change Port Alias to your endpoint alias on properties right side of designer???
Unless you do this, your credentials or other settings from endpoint alias will not be applied to your consumer during the call.
If above steps are not done, at least you can pass the endpoint alias name as input to your connector service while running it.