Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人知道如何使用现有的 wsdl 文件动态调用 WCF 服务吗?因此,我不需要使用“添加服务引用...”。一切都应该动态完成。
我在互联网上搜索过,没有发现任何类似的东西:
EndpointAddress 地址 = new EndpointAddress("http://localhost:3929/Service1.svc?wsdl");
我使用 VS2008 (.NET 3.5)。
先感谢您。
戈兰
如果您查看Channel Factory,这应该是您所需要的。