views:

33

answers:

1

Hi

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???

+1  A: 

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).

Mark Avenius