Re: Debatching messages from Oracle Adapter 3.0 – WCF generated Schema

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

#21673

Thanks!

I’ve run through this example, and needless to say the Oracle adapter gerated schema is not so elegant and easy to modify. It’s structured with an extra tier that makes this not one to one with the SQL adapter.

responses are similar to the following:

<POLLINGSTMT>

<POLLINGSTMTRECORD>

<POLLINGSTMTRECORD> … records repeat here </POLLINGSTMTRECORD>

</POLLINGSTMTRECORD>

</POLLINGSTMT>

 

I think it’s the extra lvl of POLLINGSTMTRECORD giving me trouble. When I set the body XPATH to the lowest level, it complains that there is no schema named after the first entry for a datafield. When I set body XPATH to the next higher level POLLINGSTMTRECORD the message isn’t getting routed at all.