How can I get a list of available webservices from a server/directory?
For example from: http://localhost/ReportServer_SQL2008/
Which should at least give me ReportService2005.asmx
I was wondering if there wasn't a ReportService2008.asmx
How can I get a list of available webservices from a server/directory?
For example from: http://localhost/ReportServer_SQL2008/
Which should at least give me ReportService2005.asmx
I was wondering if there wasn't a ReportService2008.asmx
I hope the following link may help you upto certain extent, which shows how to use UDDI at runtime :
http://msdn.microsoft.com/en-us/library/ms953948.aspx
If you are using WCF,then you can refer to :
Also, if you are using .NET4.0 ,then you can refer to the new WS Discovery feature in WCF at: