这从mvc生成代码:
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ILookUpService/GetSystems", ReplyAction="http://tempuri.org/ILookUpService/GetSystemsResponse")]
BG.ServiceResult GetSystems();
这个来自我的asp.net:
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ILookUpService/GetSystems", ReplyAction="http://tempuri.org/ILookUpService/GetSystemsResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Jo.joServices.BillingSystems))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Jo.joServices.BillingSubsystems[]))]
BG.ServiceResult GetSystems();
mvc中的问题是我得到了deserialzie的错误