WebService (CF 3.5) and Class Inheritance?

ぐ巨炮叔叔 提交于 2019-12-13 07:28:04

问题


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 Application) 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 ?

来源:https://stackoverflow.com/questions/5402678/webservice-cf-3-5-and-class-inheritance

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!