Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Transmitting .net class type from one application to WCF service via BizTalk orchestration › Re: Transmitting .net class type from one application to WCF service via BizTalk orchestration
January 19, 2009 at 9:51 AM
#21527
As you probably know, WCF uses XML and SOAP as the underlying protocol. If you are working directly between two .NET endpoints WCF will hide the XML serialization for you. When BizTalk is used it works directly with the XML payload provided by WCF.
You should learn how to use BizTalk tracking so that you can observe the XML messages.