Hi All,
Several messages are constructed to be sent to the message box.
In another orchestration there is a receive shape that consume the previous messages.
In some messages not all, about 20% i got this exception :
Exception Type: Microsoft.XLANGs.Core.FaultReceiveException
Exception Description:
Exceptions.Types.FaultReceiveException
The messages were constructed using an assignment shape : Msg = XMLDoc;
XMLDoc it's a variable of this type : System.Xml.XmlDocument
Receive shape of the orchestration ( Ordered Delivery is set to True )
Thank's;
I'm wondering if this syntax it's the source of problem : Msg = XMLDoc ?
Should i do a convert to string ? like that XMLDoc.toString();
- Edited by Aheriz Tuesday, January 07, 2014 3:56 PM