我有一份Xsd-file,为建立全球合作框架提供数据分类(Xsd.exe或WSCF-blue)。
接着,我向“全球合作框架”服务业务增加所生成的类别如下:
MyGeneratedClassOUT operation1(MyGeneratedClassIN request)
When I call that operation from a client, the client gets back MyGeneratedClassOut
request filled with null-values, even tough i fill them up server-side.
Does anyone have an idea how to solve this? Could this be a problem in the XSD-file or in the WCF configuration?