Home Page › Forums › BizTalk 2004 – BizTalk 2010 › An internal server error was encountered while attempting to transmit the message › Re: An internal server error was encountered while attempting to transmit the message
June 16, 2010 at 3:02 PM
#24984
One thing that just caught us. You probably should use System.IO.Stream Msg = pInMsg.BodyPart.Data (not GetOriginalDataStream() because exiting the component will dispose of the stream in some cases before the next component can read it. Using.Data will clone the incoming message.
John