----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: BennyMathew_MVP Message 1 in Discussion Did you know? The default XMLReceivePipeline does not validate the structure of the input XML message. Based on the MessageType of the input message, it will try to lookup a document specification (schema) and if it finds one, will do all the required property promotions / distinguish fields as specified in the schema and also promote the MessageType. If there is no schema deployed in BizTalk that match the MessageType of the input message, it simply throws an error as shown below. Finding the document specification by message type <MessageType of the input message> failed. Verify the schema deployed properly. On the other hand, if you are using a custom pipeline with "XML disassembler" component and you have added your schema in the document schemas collection, it will check to see if the MessageType of the input message match any of the schemas specified in the Document schemas collection ONLY, if not, it will throw an error a shown below. No Disassemble stage components can recognize the data. Note that, this error occurs even if you have a schema deployed that matches the MessageType of the input message, but is not available in the Document schemas collection. The above is obvious / expected behavior... this is just a refresher. Benny Mathew Seamless Integration Solutions BizTalk Consulting, Development, Training Bangalore, India Cell: +91-9945602604 / Office: +91-80-41676177 http://www.seamless.in http://GeeksWithBlogs.net/benny ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
