Method 'XYZ' cannot be reflected

后端 未结 9 515
北荒
北荒 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条回答
  •  萌比男神i
    2020-12-11 04:33

    I'm guessing the wsdl emitted by or supplied with the service is not in a form that wsdl.exe or serviceutil can understand - can you post the wsdl or link to it?

    how are you creating the proxy classes?

    Also you might like to try and validate the wsdl against the wsdl schema to check its valid

提交回复
热议问题