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.

61 lines
3.0 KiB

  1. <%@ Page %>
  2. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  3. <html>
  4. <HEAD>
  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. <!-- #include file = "publish.header.htm" -->
  9. </head>
  10. <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  11. <!-- #include file = "publish.heading.htm" -->
  12. <table class="content" width="100%" cellpadding="8">
  13. <tr>
  14. <td>
  15. <H1>How to Add a Binding - <img src="../../images/binding.gif" width="16" height="16" alt="Binding" border="0"></H1>
  16. A binding represents a point where an implementation of a service can be accessed. If your service has multiple access points, add a binding for each. A binding always includes an access point and a description of how the service can be used. It may also include one or more instance infos, which are references to tModels that contain relevant technical information about the binding
  17. <!-- #include file = "warning.changestouddi.htm" -->
  18. <h2><a name="#binding"></a>Add a binding</h2>
  19. <ol>
  20. <li>On the <uddi:ContentController Runat='server' Mode='Private'>UDDI&nbsp;Services </uddi:ContentController><uddi:ContentController Runat='server' Mode='Public'>UDDI </uddi:ContentController>menu, click <b>Publish</b>.</li>
  21. <li>Click the <B>Providers</b> tab.
  22. <li>Locate the provider that contains the service to which you want to add a binding and, next to its name, click <b>View</b>.
  23. <li>Click the <b>Services</b> tab.
  24. <li>Locate the service to which you want to add a binding and, next to its name, click <b>View</b>.
  25. <li>Click the <b>Bindings</b> tab.
  26. <li>Click <b>Add Binding</b>.<BR>
  27. <img src="../../images/binding.gif" width="16" height="16" alt="Binding" border="0"> http:// appears.
  28. <LI>
  29. In the Details tab, click <b>Edit</b>.
  30. <LI>
  31. In <b>Access Point</b>, type the access point URL.</LI>
  32. <li>
  33. In the <b>URL Type</b> list, click the protocol that is supported by the access point.</li>
  34. <li>
  35. Click <b>Update</b>.</li>
  36. <LI>
  37. Click <b>Add Description</b>.
  38. <LI>
  39. In the <b>Language</b>
  40. list, click a language for this description.
  41. <LI>
  42. In <b>Description</b>, type a brief description.</LI>
  43. <li>
  44. Click <b>Update</b>.</li>
  45. <LI>
  46. To add additional descriptions in other languages, repeat steps&nbsp;12 through&nbsp;15.</LI>
  47. </ol>
  48. <p></p>
  49. You have now added a binding to your service. <a href="#binding">Repeat these
  50. procedures</a> to publish additional bindings, or <a href="publish.addinstances.aspx">add instance infos</a> to your bindings.
  51. </td>
  52. </tr>
  53. </table>
  54. <!-- #include file = "publish.footer.htm" -->
  55. </body>
  56. </html>