WCF and message

Home Page Forums BizTalk 2004 – BizTalk 2010 WCF and message

Viewing 0 reply threads
  • Author
    Posts
    • #22108

      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

Viewing 0 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.