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

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
  2. <HTML DIR="ltr">
  3. <HEAD>
  4. <TITLE>Interact with UDDI Services</TITLE>
  5. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  6. <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  7. <META NAME="MS.LOCALE" CONTENT="EN-US">
  8. <LINK REL="stylesheet" MEDIA="screen" TYPE="text/css" HREF="coUA.css">
  9. <LINK REL="stylesheet" MEDIA="print" TYPE="text/css" HREF="coUAprint.css">
  10. <SCRIPT LANGUAGE="JScript" SRC="shared.js"></SCRIPT>
  11. </HEAD>
  12. <BODY>
  13. <DIV CLASS="UAbrand"><SPAN CLASS="webonly"><IMG SRC="UAbrand.gif" CLASS="UAbrand" ALT="Microsoft Windows Graphic"></SPAN></DIV>
  14. <H1>Interact with UDDI&nbsp;Services</H1>
  15. <p>You can interact with a UDDI Services site through one or more of the following
  16. interfaces:
  17. </p>
  18. <br>
  19. <P><B>UDDI Services Web User Interface:</B> Provides searching, publishing, and
  20. coordination features that are compatible with Microsoft Internet Explorer 4.0
  21. or later and Netscape Navigator 4.5, or later.
  22. </P>
  23. <UL>
  24. <UL>
  25. <LI>
  26. Integrated Windows Authentication: https://<I>&lt;servername&gt;</I>/uddi/ or
  27. http://<I>&lt;servername&gt;</I>/uddi/
  28. <LI>
  29. Unauthenticated interface with read (inquiry) access only: https://<I>&lt;servername&gt;</I>/uddipublic/
  30. or http://<I>&lt;servername&gt;</I>/uddipublic/
  31. </LI>
  32. </UL>
  33. </UL>
  34. <br>
  35. <P><B>Visual Studio&nbsp;.NET Add Web Reference Interface:</B> Provides Web service
  36. discovery and integration in Visual Studio .NET through UDDI Services.
  37. </P>
  38. <UL>
  39. <UL>
  40. <LI>
  41. Integrated Windows Authentication: https://<I>&lt;servername&gt;</I>/uddi/addwebreference/&nbsp;or
  42. http://<I>&lt;servername&gt;</I>/uddi/addwebreference/
  43. <LI>
  44. Unauthenticated interface: https://<I>&lt;servername&gt;</I>/uddipublic/addwebreference/
  45. or http://<I>&lt;servername&gt;</I>/uddipublic/addwebreference/
  46. </LI>
  47. </UL>
  48. </UL>
  49. <br>
  50. <P><B>UDDI API Interface:</B> Supports the UDDI version 1.0 and 2.0 APIs, enabling
  51. enterprise developers to publish, discover, share, and interact with Web
  52. services directly through their development tools and business applications.
  53. </P>
  54. <UL>
  55. <P>
  56. <b>Publish</b>
  57. </P>
  58. <UL>
  59. <UL>
  60. <LI>
  61. Integrated Windows Authentication for publish API messages: https://<I>&lt;servername&gt;</I>/uddi/publish.asmx
  62. or http://<I>&lt;servername&gt;</I>/uddi/publish.asmx
  63. <LI>
  64. UDDI Specification-based Authentication for publish API messages: https://<I>&lt;servername&gt;</I>/uddipublic/publish.asmx
  65. or http://<I>&lt;servername&gt;</I>/uddipublic/publish.asmx</LI>
  66. </UL>
  67. </UL>
  68. <b>Inquire</b>
  69. <UL>
  70. <UL>
  71. <LI>
  72. Integrated Windows Authentication for inquire API messages: https://<I>&lt;servername&gt;</I>/uddi/inquire.asmx
  73. or http://<I>&lt;servername&gt;</I>/uddi/inquire.asmx
  74. <LI>
  75. UDDI Specification-based Authentication for inquire API messages: https://<I>&lt;servername&gt;</I>/uddipublic/inquire.asmx
  76. or http://<I>&lt;servername&gt;</I>/uddipublic/inquire.asmx
  77. </LI>
  78. </UL>
  79. </UL>
  80. </UL>
  81. <P CLASS="note">Note</P>
  82. <UL>
  83. <LI>
  84. The URL to an SSL-encrypted site begins with "https://", and the URL&nbsp;to
  85. a&nbsp;non-SSL-encrypted site begins with "http://". SSL-encrypted
  86. interfaces&nbsp;are only available on those sites that have been configured to
  87. use SSL-encryption. For more information, see <a href="uddi.mmc.postinstallationconfiguration.htm">
  88. Post-installation Configuration</a>.
  89. </LI>
  90. </UL>
  91. <hr class="iis" size="1">
  92. <p align="center"><i><a href="colegal.htm">� 1997-2002 Microsoft Corporation. All rights
  93. reserved</a>.</i></p>
  94. </BODY>
  95. </HTML>