Create web service proxy in Visual Studio from a WSDL file

前端 未结 7 1953
别跟我提以往
别跟我提以往 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:56

    save the file on your disk and then use the following as URL:

    file://your_path/your_file.wsdl
    

提交回复
热议问题