Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Error invoking WCF Service from orchestration › Re: Error invoking WCF Service from orchestration
July 1, 2010 at 7:19 AM
#25110
Hey,
How do you build your outgoing message to your WCF? Is it by generating schemas from MEX?
The error is that message you try to send to your WCF cannot be serialized by schema type your WCF expects. Some namespace, or something – is wrong in your outgoing message and WCF does not understand it.