2

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 ?

4

1 回答 1

4

文档中所述,将凭据直接嵌入端点中:

<https:outbound-endpoint address="https://user:password@mycompany.com/secure" ... />
于 2013-05-24T18:40:10.400 回答