Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Unknown exception from SQL Adapter – exception handling? › Re: Unknown exception from SQL Adapter – exception handling?
December 13, 2006 at 8:44 AM
#16878
I am not exactly sure how you are doing things, but my guess is that the message is malformed. Likely namespacing is the problem.
First off if you are using the stored procedure technique, that returns a result set, make sure the xmldata option is commented out.
Then generate an instance for the generated schema and compare that to what you are sending in.