How do I solve this error, “error while trying to deserialize parameter”

后端 未结 8 1866
轻奢々
轻奢々 2020-12-09 02:50

I have a web service that is working fine in one environment but not in another.

The web service gets document meta data from SharePoint, it running on a server wher

8条回答
  •  情书的邮戳
    2020-12-09 03:35

    In my case; my WCF service function was using List Types parameter and i was getting this exception in the client side. Then i changed it to byte[] Types, updated service reference and problem is solved.

提交回复
热议问题