When using the mainframe DB2 adapter for Microsoft BizTalk 2009, is there any way to get the generated schema to contain all the columns in the result set?
We get a simple schema generated, the response contains a record/element called "ResultSets" with a data structure of 'xs:anyType'.
If I recall, this works okay in MS/SQL server stored procs (but memory is shakey - I think we had to change add the "for xml auto" to the select statement while doing the generate data).
Would any other adapter work? What about the new WCF/LOB adapters?
Thanks,
Neal Walters