Create web service proxy in Visual Studio from a WSDL file

前端 未结 7 1954
别跟我提以往
别跟我提以往 2020-11-29 17:24

My application needs to talk to a web service that hasn\'t got an online WSDL definition. The developers however supplied me with a WSDL file.

With a public WSDL Vis

7条回答
  •  悲&欢浪女
    2020-11-29 17:53

    Try the WSDL To Proxy class tool shipped with the .NET Framework SDK. I've never used it before, but it certainly looks like what you need.

提交回复
热议问题