Reputation: 721
I have a client that was successfully calling a webservice. the webservice was changed then the changes removed. but now the compiled c# winforms client cannot call the webservice.
Can I extract the wsdl the client is expecting to compare with the actual wsdl???
Upvotes: 1
Views: 620
Reputation: 13947
Yes. If you click the "show all files" button in your Solution Explorer, your web reference will then become expandable. The wsdl will then be viewable (expand the reference).
Upvotes: 1