Method 'XYZ' cannot be reflected

后端 未结 9 514
北荒
北荒 2020-12-11 04:26

We have consumed a third party web service and are trying to invoke it from an ASP.NET web application. However when I instantiate the web service the following System.Inval

9条回答
  •  轮回少年
    2020-12-11 04:45

    It seems the problem is down to data type issues between VS and the web service that was written in Java.

    Ultimately it was fixed by manually editing the class and schema files that were created by VS.

提交回复
热议问题