happysmile
happysmile

Reputation: 7777

creating an proxy class for an webservice in vs 2005

i have an webservice 1: when i add an weservice using webreference using vs 2005 it creates me reference.cs, wsdl, disco file

2: but when i create an proxy class using wsdl.exe wsdl /out:myProxyClass.cs http://hostServer/WebserviceRoot/WebServiceName.asmx?WSDL it creates only .cs file it does not create an wsdl, disco files

is there anything we have to enable to get disco, wsdl files

any help would be great

Thanks Prince

Upvotes: 0

Views: 206

Answers (1)

elevener
elevener

Reputation: 1097

Use disco.exe

Upvotes: 1

Related Questions