I have messages arriving which need to be transformed, but after the transform I need to promote certain properties to the message context. Is this possible to do in the receive pipleline?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have found a link which pretty much describes exactly what I want to do:
http://www.richardhallgren.com/transform-and-split-messages-using-an-xslt-transformation-pipeline-component-and-the-xmldissasembler/
I will try this out and post back with results.