Click here to Skip to main content
15,886,873 members
Articles / Programming Languages / C#

UDDI Explorer: Tool for Searching Web Services

Rate me:
Please Sign up or sign in to vote.
4.93/5 (49 votes)
20 Dec 200517 min read 221.8K   3.2K   109  
Tool for searching web service(s) and viewing their WSDL information
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C# Express 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UDDI Explorer", "UDDI Explorer.csproj", "{A7D195F3-9AAB-4731-930C-49E0C4799402}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WSDLParser", "..\WSDLParser\WSDLParser.csproj", "{7A596962-2991-4CAF-8C3A-AA7EB3EC3B44}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceRanking", "..\ServiceRanking\ServiceRanking.csproj", "{1B481AD2-8F28-4CCE-B15D-F19D912127B5}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A7D195F3-9AAB-4731-930C-49E0C4799402}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A7D195F3-9AAB-4731-930C-49E0C4799402}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A7D195F3-9AAB-4731-930C-49E0C4799402}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A7D195F3-9AAB-4731-930C-49E0C4799402}.Release|Any CPU.Build.0 = Release|Any CPU
		{7A596962-2991-4CAF-8C3A-AA7EB3EC3B44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7A596962-2991-4CAF-8C3A-AA7EB3EC3B44}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7A596962-2991-4CAF-8C3A-AA7EB3EC3B44}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7A596962-2991-4CAF-8C3A-AA7EB3EC3B44}.Release|Any CPU.Build.0 = Release|Any CPU
		{1B481AD2-8F28-4CCE-B15D-F19D912127B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1B481AD2-8F28-4CCE-B15D-F19D912127B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1B481AD2-8F28-4CCE-B15D-F19D912127B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1B481AD2-8F28-4CCE-B15D-F19D912127B5}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(.Test) = postSolution
		ActiveConfiguration = BuiltIn\Combined\CompleteAnalysis.tcfg
		.TestFiles = .TEST\Products\symbols.xml;.TEST\Products\violations.xml;.TEST\Products\coverage.xml
		GRSAttributes = <?xml version="1.0" encoding="utf-8"?><properties document_version="1.0" />
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
Software Developer
Vietnam Vietnam
I'm still alive...but temporarily moved to work on mobile & web stuffs(j2me/brew/php/flash...something not M$). things have just been very busy, and probably will continue...so don't have chance to maintain & respond. Hope will have time to try to write again, because many ideas with WPF &silver light are waiting. wish me luck Smile | :)

FYI:
- MESHSimPack project(c# library for measuring similarity among concepts of the MESH ontology):
http://sourceforge.net/projects/meshsimpack.

Comments and Discussions