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 18, 2009 at 12:06 PM
#21521
The types may be different because BizTalk generates a different namespace. Note that within BizTalk the “types” are message types, not .NET class types. If you look at the message types listed in your application, you will be able to see if there are different namespaces. You can create a simple map from the message type that BizTalk recieves to the target message type. Place the map in your send port.