Hello,
If I am using WCF service in biztalk with static adapter: service recive message without Method element in Body, that is WS-I Profile;
But if in Biztalk orchestration set dynamic port, and write this:
Message_3(WCF.Action) = “http://tempuri.org/IService1/GetData”;
Message_3(WCF.SecurityMode) = “None”;
Message_3(WCF.TransportClientCredentialType) = “None”;
Message_3(WCF.EstablishSecurityContext) = System.Boolean.Parse(“true”);
service receive all in correct format…
Question, how to set references for service, for using with static port.
Thank you,
Alexander