Joe
Joe

Reputation: 721

extract wsdl from c# winforms client

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

Answers (1)

Mark Avenius
Mark Avenius

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

Related Questions