OperationContext.Current.OutgoingMessageProperties in BizTalk

Home Page Forums BizTalk 2013 & BizTalk 2013 R2 OperationContext.Current.OutgoingMessageProperties in BizTalk

Viewing 1 reply thread
  • Author
    Posts
    • #27974

      Have similar code as below in a WCF Service and requirement to implement the same in BizTalk.  need to add OutgoingMessageProperties to WCF message in BizTalk. I had tried to create property schema with WCF-Property Namespace, But no luck. Please help

      How to implement below code in BizTalk??

      ConcurrentPrograms_ARClient client1 = new ConcurrentPrograms_ARClient(binding, address);

      using (new OperationContextScope(client1.InnerChannel))

       {

      OperationContext.Current.OutgoingMessageProperties.Add(“Property Name”, “Property Value”); client1.OPERATION(params…);

       }

    • #28028

      I have two Orchestrations(Parent & Child), there is a variable existed in my Parent Orchestration and My Question is I want to access that variable in my Child Orchestration, for your information I'm using

      Direct Binding Partner Orchestrations….

      NOTE: I Don't want to use Call or Start Orchestrations Shape, Somehow i have to implement this with Direct Binding Partner Orchestrations…guys,please help me

      Thanks in Advance

      • #28048

        create a property schema with one element and assign value it in Parent schema and access in Child schema.

Viewing 1 reply thread
  • The forum ‘BizTalk 2013 & BizTalk 2013 R2’ is closed to new topics and replies.