WebService (CF 3.5) and Class Inheritance?
I use a simple WebService returning a Test Class as Response. The Test Class has a Base Class containing an int and a string field. The Server sets these two fields of the Base Class.
If i use the WebService on a PC (.Net Console Applicat开发者_Python百科ion) eveything works fine (the int and string field of the Base Class are filled) - but under CF 3.5 the fields of the Base Class are always null.
Does there is a limitation using WebService + Class Inheritance on CF ?
精彩评论