Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Debatching messages from Oracle Adapter 3.0 – WCF generated Schema › Re: Debatching messages from Oracle Adapter 3.0 – WCF generated Schema
Setting Envelope=Yes and the body Xpath was my first of many attempts. This resulted in the error about no subscribers:
The published message could not be routed because no subscribers were found
The only setting in body XPath that even produced the “schema not found” error was POLLINGSTMT/POLLINGSTMTRECORD/POLLINGSTMTRECORD… of course telling me it couldn’t fnd the Schema for “ID,” my first entry in the POLLINGSTMTRECORD.
Only after setting the root node to “POLLINGSTMT” did I get the error stating that the schema for POLLINGSTMTRECORD couldn’t be found. At this point I followed the standard new schema / include method mentioned in the blog posted previously.
The only message I get back is of type POLLINGSTMT…. so like you said, I wouldn’t be able to handle messages of this type.
I guess my real beef is lack of documentation for how it was designed to work.