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.
|
|
<!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 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><servername></I>/uddi/ or http://<I><servername></I>/uddi/ <LI> Unauthenticated interface with read (inquiry) access only: https://<I><servername></I>/uddipublic/ or http://<I><servername></I>/uddipublic/ </LI> </UL> </UL> <br> <P><B>Visual Studio .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><servername></I>/uddi/addwebreference/ or http://<I><servername></I>/uddi/addwebreference/ <LI> Unauthenticated interface: https://<I><servername></I>/uddipublic/addwebreference/ or http://<I><servername></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><servername></I>/uddi/publish.asmx or http://<I><servername></I>/uddi/publish.asmx <LI> UDDI Specification-based Authentication for publish API messages: https://<I><servername></I>/uddipublic/publish.asmx or http://<I><servername></I>/uddipublic/publish.asmx</LI> </UL> </UL> <b>Inquire</b> <UL> <UL> <LI> Integrated Windows Authentication for inquire API messages: https://<I><servername></I>/uddi/inquire.asmx or http://<I><servername></I>/uddi/inquire.asmx <LI> UDDI Specification-based Authentication for inquire API messages: https://<I><servername></I>/uddipublic/inquire.asmx or http://<I><servername></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 to a non-SSL-encrypted site begins with "http://". SSL-encrypted interfaces 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>
|