Tweet
SIGN UP
MEMBER LOGIN:
TECHNOLOGIES
Active Directory in VB.NET
ADO.NET in VB.NET
Algorithms and VB.NET
ASP.NET AJAX in VB.NET
ASP.NET Controls in VB.NET
ASP.NET using VB.NET
Assemblies in VB.NET
COM Interop in VB.NET
Cryptography in VB.NET
Crystal Reports in VB.NET
Database & DBA
Deployment in VB.NET
Design & Architecture
DirectX with VB.NET
Enterprise Development
Exception Handling in VB.NET
Games Programming in VB.NET
GDI+ in VB.NET
General
LINQ with VB.NET
Mobile Development in VB.NET
Multithreading in VB.NET
Networking with VB.NET
Office and VB.NET
Printing in VB.NET
Remoting in VB.NET
Reports in VB.NET
Security in VB.NET
Silverlight using VB.NET
Speech in VB.NET
Strings, Arrays in VB.NET
Tablet PC
Tablet PC with VB.NET
VB.NET Articles
VB.NET FAQ
VB.NET How do I
VB.NET Language
VB.NET Tutorials
VBA
Visual Basic 11
Visual Basic 2010
Visual Basic Language
WCF with VB.NET
Web Applications in VB.NET
Web Forms with VB.NET
Web Service in VB.NET
Windows Controls in VB.NET
Windows Forms with VB.NET
Windows Service in VB.NET
Workflow in VB.NET
WPF using VB.NET
XAML in VB.NET
XML in VB.NET
FORUMS
BLOGS
Use of Excel.AddUnique Method in MS Excel to D ...
Use of PPT.ApplyTheme.BackgroundStyle in MS P ...
Use of PPT.InteractWithChartLocation in MS Pow ...
Simple Web Report With Pivot Table and Linq to ...
Print A Chart into a Byte Stream
Using New Audio Player Class With VB.NET
Display Top Ten Percent Item and bottom Ten pe ...
Use of PPT.ConvertTextToSmartArt in MS PowerP ...
How to Find Backup Folder Data Location Using ...
Calendar Control In WPF
Blog
Discovery of Web Services
Posted by
Manish Tewatia
in
Blogs
|
Visual Basic Language
on
Sep 28, 2010
Discovery of Web Services(DISCO)
Tweet
3161
0
0
HTML clipboard
DISCO:
Developers will need a way to discover Web services. Discovery of Web Services (DISCO) provides a way to discover and retrieve WSDL descriptions of services on remote machines. Using the discovery document format (which is also an XML grammar), one can send a discovery document to a remote server and, if any SOAP-enabled services (i.e., Web services) exist, receive back a WSDL description of the services provided. In many cases, developers will not know the URLs of the services. Universal Description, Discovery, and Integration (UDDI) specifies a mechanism whereby Web service providers advertise the existence of their Web services and Web service consumers locate Web services of interest. UDDI is a specification for distributed Webbased information registries of Web services. UDDI is also a publicly accessible set of implementations of the specification that allows businesses to register information about the Web services they offer so that other businesses can find them. UDDI registries are used to promote and discover distributed Web services. The Web Services Discovery Tool (Disco.exe) helps you discover the URLs of Web services located on a Web server. You can also save documents related to each Web service locally. Listing 23.28 shows a sample DISCO document from W3C.
Listing 23.28: A DISCO Document
<
disco:discovery
>
<
disco:discoveryRef
ref
=
'
folder/discovery
'
/>
<
--
elements
from
other
namespaces
--
>
</
disco:discovery
>
<
disco:discovery
>
<
scl:contractRef
ref
=
'
my1.sdl
'
>
<
scl:contractRef
ref
=
'
my2.sdl
'
docRef
=
'
my.htm
'
>
</
disco:discovery
>
<
disco:discovery
>
<
schema:schemaRef
ref
=
'
my1.xsd
'
targetNamespace
=
'
http://my.org/my1.xsd
'
/
>
<
schema:schemaRef
ref
=
'
my2.xsd
'
/>
</
disco:discovery
>
share this blog :
Smart Devices in VB.NET
Upgrade Visual Basic 6 Project to Visual Basic .NET
post comment
Sponsored by
Become a Sponsor
More Blogs from this Blogger
What is OSI Protocol Architecture
Calendar control in Silverlight using C#
Code Groups of .NET Framework
Packages in Visual Studio .NET
Distribution Requirements for .NET
Deploying Simple Applications with .bat and xcopy in .NET
Smart Devices in VB.NET
Servers List in .NET
Discovery of Web Services
Geometry Classes in WPF
View All
Latest Blogs
Second Life: Land of the WEAK home of the BROKEN
use of datagrid and sum column in datagrid
Retrieving content of other page using C#
Caching in ASP.NET
Reading a text file in Asp.net
Read Number from a String
Populate combobox from excel
Edit, update and cancel the records in the datagrid.
Sort data in datagrid
Streaming in WCF
View All
Sponsored by
Become a Sponsor