I have a webservice as below
And I am trying to fetch it as http:localhost//BedTypeMasterService.svc/GetData?strErrMsg="ff"&chrErrFlg="dd" But it is giving following error Operation 'GetData' in contract 'iBedTypeMaster' has a query variable named 'strErrMsg' of type 'System.Collections.Generic.List Please help me out to solve this |
↧
how to invoke wcf service having list parameter
↧