Handling Realtime(270/271) with Biztalk 2006 R2

Home Page Forums BizTalk 2004 – BizTalk 2010 Handling Realtime(270/271) with Biztalk 2006 R2

Viewing 1 reply thread
  • Author
    Posts
    • #20406

      Hi ,

           I have a realtime orchestration for 270/271 where i receive the file with the edi adapter(in 2004 version) and based on the message type i send the transformed 271 or the error message.  With 2006 R2 i found that WCF is the way to do it because http realtime pose a security issue with  EDI receive pipelines. 

           So i publish this orcestration as a wcf and try to use it as a web method in another orchestration (using req-res port).   But in the new orchestration the ports doesn’t show up because i have given the message type as System.XmlDocument.  Is there a way i could consume this WCF in the other orchestration.

      Thanks.

    • #20468

       Maybe try runing the consume WCF wizard.

      Neal

      • #20479

         

        Thanks Neal,
         
             I have a custom edi pipeline to receive messages from trading partners(in 2004 server),  when i migrate the code to 2006 R2 i found that i cannot just change the HippaDsm to EdiDissasembler to make it work. Which property of the pipeline context will tell me whether the data is compiant or non-compliant, so that i could alert my downstream process.
         
        Thanks
Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.