Web Service without adding a reference?

前端 未结 6 802
眼角桃花
眼角桃花 2020-12-04 16:16

I have 3 web services added to service references in a class library.(This is a sample project for an API use) I need to move these into my project but i ca

6条回答
  •  执念已碎
    2020-12-04 16:33

    Yes if you dont want to Add reference wsdl.exe /out:d:/Proxy.cs /order would be the alternative

提交回复
热议问题