简体   繁体   English

从c#winforms客户端中提取wsdl

[英]extract wsdl from c# winforms client

I have a client that was successfully calling a webservice. 我有一个成功调用Web服务的客户端。 the webservice was changed then the changes removed. Web服务已更改,然后更改被删除。 but now the compiled c# winforms client cannot call the webservice. 但是现在,已编译的c#winforms客户端无法调用Web服务。

Can I extract the wsdl the client is expecting to compare with the actual wsdl??? 我可以提取客户端期望与实际wsdl比较的wsdl吗???

Yes. 是。 If you click the "show all files" button in your Solution Explorer, your web reference will then become expandable. 如果您在解决方案资源管理器中单击“显示所有文件”按钮,则您的Web参考将变得可扩展。 The wsdl will then be viewable (expand the reference). 该wsdl将是可见的(扩展引用)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM