Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have tried to find out the use of disco file, but i didn't find the good answer. As per my finding, disco file is used to find asmx file located in the current working directory.

But that information is already present in WSDL file. My question is if we have path of WSDL file, then also whether disco file is required or if we have WSDL file on client side, then do we require disco file.
Posted

This article is a bit outdated, but maybe it'll explain what you are searching: Introduction to .NET Web Services[^].

[Edit]
Actually this MSDN article does a nice job at explaining what it's all about: http://msdn.microsoft.com/en-us/magazine/cc302073.aspx[^].
[/Edit]

Cheers!

-MRB
 
Share this answer
 
v2
Comments
thatraja 30-May-11 13:39pm    
/*Outdated*/
Old is gold. It's a good article. 5!
Manfred Rudolf Bihy 30-May-11 19:21pm    
Thanks Raja!
It seems I got two votes from you and SA taking the comments into account, but only one vote shows up for real ;) .
thatraja 30-May-11 21:54pm    
I did, SA forgot to vote. :)
Sergey Alexandrovich Kryukov 30-May-11 16:11pm    
Nice source (despite the problem in formatting :), a bit wider view. My 5.
--SA
thatraja 30-May-11 21:55pm    
You forgot to Vote SA. :D
DISCO looks like a derivative from "Discovery", Microsoft technology used to discover Web Services.

This is the MSDN introductory article:
http://msdn.microsoft.com/en-us/magazine/cc302073.aspx[^], it explains how discovery is performed and used.

This is a help page on the tool:
http://msdn.microsoft.com/en-us/library/cy2a3ybs.aspx[^].

—SA
 
Share this answer
 
Comments
thatraja 30-May-11 13:37pm    
/*DISCO looks like a derivative from "Discovery"*/
think so, he mean the file with .disco extension
Nice answer
Sergey Alexandrovich Kryukov 30-May-11 14:18pm    
Yes, this is the same thing.
Thank you, Raja.
--SA
Manfred Rudolf Bihy 30-May-11 19:19pm    
My 5!
Did you forget to vote or Raja ;).
Sergey Alexandrovich Kryukov 30-May-11 22:19pm    
Thank you, Manfred. I forgot it; fixed; thank you for reminding me.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900