Source Code for Tech Article - Developing a Custom Service


posted by codik
Fri, Feb 15 2008

Downloads: 850
File size: 6.6kB
Views: 1,670
Source Code for Tech Article - Developing a Custom Service
Filed under: ,

Source code, including solution files, for the "You try it" section of the Tech Article - Developing a Custom Service (http://www.k2underground.com/media/p/35357.aspx)

Updated August 14th, 2008.

NOTE: If you based your service object implementation on the previous version of this article, read the updated paper at (http://www.k2underground.com/media/p/35357.aspx) and use the updated code sample here.

Comments

nadunr wrote Re: Source Code for Tech Article - Developing a Custom Service
on Wed, May 20 2009 6:51
Please note that there is a slight issue, if your table(s) contains column(s) with 'timestamp' type. I had an issue and I debug the service and found it's failing when it's doing the property mapping with the column that has a 'timestamp' type. To resolve the issue I had to put a condition to ignore any column with ‘timestamp’ type.