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.