Create web service proxy in Visual Studio from a W

2019-01-07 04:42发布

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 Visual Studio can generate this code for me using the Service Reference wizard. But it doesn't seem to work without a public WSDL.

How do I generate the code for talking to this web service using this WSDL file?

7条回答
The star\"
2楼-- · 2019-01-07 05:35

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

file://your_path/your_file.wsdl
查看更多
登录 后发表回答