Hi,
In my old webservice (Dynamics AX20112), I usually pass the credentials as follow.
MyService.ClientCredentials.UserName.UserName = U;
MyService.ClientCredentials.UserName.Password = P;
Now our service is on Dynamics 365 (Azure), we need to pass the bearer token to this soap webservice? How can that be done or is there anything similar to the above?
Thanks in advance.