I need to POST to a hrl https://xxxxx.com which expects a username and password BAsic authentication
We are using biztalk ESB dynamic send port
How do I configure this using binding configuration or behaviours or can I set this from UDDI
I need to POST to a hrl https://xxxxx.com which expects a username and password BAsic authentication
We are using biztalk ESB dynamic send port
How do I configure this using binding configuration or behaviours or can I set this from UDDI
Copyright © 2021 Jogjafile Inc.
For WCF adapter you can set any WCF adapter properties in ESB Endpoint Configuration. In your case it should be something like this:
It's not good to store them in clear text though. You can use SSO instead: just use UseSSO and AffiliateApplicationName.
Your problem can be solved using custom endpoint behavior too. You should register it in machine.config to use from ESB. In behaviour you should have something like this: