I want to send new basic auth credential to the https outbound endpoint. I tried using message-properties-transformer but its not working . I am getting fault message.
Is there any other way I can send basic auth credentials ?
I want to send new basic auth credential to the https outbound endpoint. I tried using message-properties-transformer but its not working . I am getting fault message.
Is there any other way I can send basic auth credentials ?
如文档中所述,将凭据直接嵌入端点中:
<https:outbound-endpoint address="https://user:password@mycompany.com/secure" ... />