Adding wsdl web reference in asp .Net Core project

前端 未结 1 418
夕颜
夕颜 2020-12-24 12:05

I\'ve got web service http://www.mcommunicator.ru/m2m/m2m_api.asmx?WSDL And I\'ve got a problem with connecting to it from Visual Studio 2015 in my Web API project

T

1条回答
  •  伪装坚强ぢ
    2020-12-24 12:37

    To add the SOAP service references for clients built on top of WCF for .NET Core 1.0 install the extension Visual studio WCF Connected Service via the “Extensions and Updates” dialog box.

    After installed, In Solution Explorer, right-click on the References project item and then click on the Add Connected Service option.

    The Add Connected Service dialog box appears and you should have a new option "WCF Service - Preview".

    0 讨论(0)
提交回复
热议问题