Received a “System.NotImplementedException” in custom pipeline component
While developing a custom pipeline component I began receiving a System.NotImplementedException when testing the pipeline from an Isolated Host.
After a bit of research, we found the following:
http://www.biztalkgurus.com/forums/p/11372/22514.aspx
Turns out the problem originates from the Http Adapter, which implements the Setter on the MessagePart.BodyPart.Data property, but not the Getter.
The solution was to change the code that retries the message stream from using MessagePart.BodyPart.Data to using MessagePart.GetOriginalDataStream().
No comments yet.
Leave a comment
-
Archives
- November 2009 (1)
- September 2009 (1)
- August 2009 (2)
- July 2009 (2)
- June 2009 (1)
- April 2009 (2)
- March 2009 (2)
- February 2009 (1)
- January 2009 (1)
- September 2008 (3)
- August 2008 (4)
-
Categories
-
RSS
Entries RSS
Comments RSS


