Web Service Software Factory and XML Data Columns

I found a rusty washer today while trying to generate stored procedures for the data access tier with Web Service Software Factory to build out a new service.  Apparently the software factory cannot handle XML data columns in a database.  Definitely disappointing.  Here is what it does in the guidance.

Basically it flags it as "The table cannot be selected because it contains column data types that are not supported.".   My fix was to change the column to varchar(max) and then generate what I needed and then change the generated code.  But why?  We have a data type of XmlDocument!  Seems pretty easy to just set the property of the generated code to XmlDocument by default.  I don't get it.

 

posted @ Wednesday, May 30, 2007 11:07 AM

Print

Comments on this entry:

No comments posted yet.

Your comment:






 
 
 
Please add 4 and 6 and type the answer here:
 

Live Comment Preview:

 
«July»
SunMonTueWedThuFriSat
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789