Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

95 lines
3.8 KiB

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<HTML DIR="ltr">
<HEAD>
<TITLE>Interact with UDDI Services</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
<META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
<META NAME="MS.LOCALE" CONTENT="EN-US">
<LINK REL="stylesheet" MEDIA="screen" TYPE="text/css" HREF="coUA.css">
<LINK REL="stylesheet" MEDIA="print" TYPE="text/css" HREF="coUAprint.css">
<SCRIPT LANGUAGE="JScript" SRC="shared.js"></SCRIPT>
</HEAD>
<BODY>
<DIV CLASS="UAbrand"><SPAN CLASS="webonly"><IMG SRC="UAbrand.gif" CLASS="UAbrand" ALT="Microsoft Windows Graphic"></SPAN></DIV>
<H1>Interact with UDDI&nbsp;Services</H1>
<p>You can interact with a UDDI Services site through one or more of the following
interfaces:
</p>
<br>
<P><B>UDDI Services Web User Interface:</B> Provides searching, publishing, and
coordination features that are compatible with Microsoft Internet Explorer 4.0
or later and Netscape Navigator 4.5, or later.
</P>
<UL>
<UL>
<LI>
Integrated Windows Authentication: https://<I>&lt;servername&gt;</I>/uddi/ or
http://<I>&lt;servername&gt;</I>/uddi/
<LI>
Unauthenticated interface with read (inquiry) access only: https://<I>&lt;servername&gt;</I>/uddipublic/
or http://<I>&lt;servername&gt;</I>/uddipublic/
</LI>
</UL>
</UL>
<br>
<P><B>Visual Studio&nbsp;.NET Add Web Reference Interface:</B> Provides Web service
discovery and integration in Visual Studio .NET through UDDI Services.
</P>
<UL>
<UL>
<LI>
Integrated Windows Authentication: https://<I>&lt;servername&gt;</I>/uddi/addwebreference/&nbsp;or
http://<I>&lt;servername&gt;</I>/uddi/addwebreference/
<LI>
Unauthenticated interface: https://<I>&lt;servername&gt;</I>/uddipublic/addwebreference/
or http://<I>&lt;servername&gt;</I>/uddipublic/addwebreference/
</LI>
</UL>
</UL>
<br>
<P><B>UDDI API Interface:</B> Supports the UDDI version 1.0 and 2.0 APIs, enabling
enterprise developers to publish, discover, share, and interact with Web
services directly through their development tools and business applications.
</P>
<UL>
<P>
<b>Publish</b>
</P>
<UL>
<UL>
<LI>
Integrated Windows Authentication for publish API messages: https://<I>&lt;servername&gt;</I>/uddi/publish.asmx
or http://<I>&lt;servername&gt;</I>/uddi/publish.asmx
<LI>
UDDI Specification-based Authentication for publish API messages: https://<I>&lt;servername&gt;</I>/uddipublic/publish.asmx
or http://<I>&lt;servername&gt;</I>/uddipublic/publish.asmx</LI>
</UL>
</UL>
<b>Inquire</b>
<UL>
<UL>
<LI>
Integrated Windows Authentication for inquire API messages: https://<I>&lt;servername&gt;</I>/uddi/inquire.asmx
or http://<I>&lt;servername&gt;</I>/uddi/inquire.asmx
<LI>
UDDI Specification-based Authentication for inquire API messages: https://<I>&lt;servername&gt;</I>/uddipublic/inquire.asmx
or http://<I>&lt;servername&gt;</I>/uddipublic/inquire.asmx
</LI>
</UL>
</UL>
</UL>
<P CLASS="note">Note</P>
<UL>
<LI>
The URL to an SSL-encrypted site begins with "https://", and the URL&nbsp;to
a&nbsp;non-SSL-encrypted site begins with "http://". SSL-encrypted
interfaces&nbsp;are only available on those sites that have been configured to
use SSL-encryption. For more information, see <a href="uddi.mmc.postinstallationconfiguration.htm">
Post-installation Configuration</a>.
</LI>
</UL>
<hr class="iis" size="1">
<p align="center"><i><a href="colegal.htm">© 1997-2002 Microsoft Corporation. All rights
reserved</a>.</i></p>
</BODY>
</HTML>