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.

90 lines
3.9 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 Publish a Service - <img src="../../images/service.gif" width="16" height="16" alt="Service" border="0"></H1>
  16. <p>
  17. A service represents an XML (Extensible Markup Language) Web service that you want to publish<uddi:ContentController Runat='server' Mode='Private'> in UDDI
  18. Services</uddi:ContentController>. A service can have multiple implementations, and each implementation
  19. is represented by a binding.</p>
  20. <!-- #include file = "warning.changestouddi.htm" -->
  21. <b>Jump to:</b> <a href="#service">Add a service</a>, <a href="#categories">Add
  22. categories</a>.
  23. <h2><a name="service"></a>Add a service</h2>
  24. This entry represents the service you are publishing<uddi:ContentController Runat='server' Mode='Private'> in UDDI&nbsp;Services</uddi:ContentController>.
  25. <OL>
  26. <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>
  27. <li>Click the <B>Providers</b> tab.
  28. <li>Locate the provider to which you want to add a service and, next to its name, click <b>View</b>.
  29. <li>Click the <b>Services</b> tab.
  30. <li>Click <b>Add Service</b>.<BR>
  31. <img src="../../images/service.gif" width="16" height="16" alt="Service" border="0"> (New Service) appears.
  32. <LI>
  33. In the details area, click <b>Edit</b>.
  34. <LI>
  35. In the <b>Language</b> list, select a language for this name.</LI>
  36. <LI>
  37. In <b>Name</b>, type a name for this service.</LI>
  38. <li>
  39. Click <b>Update</b>.</li>
  40. <li>
  41. To add additional names in other languages, click <b>Add Name</b> and repeat
  42. steps&nbsp;7 through&nbsp;9.</li>
  43. <LI>
  44. Click <b>Add Description</b>.
  45. <LI>
  46. In the <b>Language</b>
  47. list, select a language for this description.
  48. <LI>
  49. In <b>Description</b>, type a brief description.</LI>
  50. <li>
  51. Click <b>Update</b>.</li>
  52. <LI>
  53. To add additional languages in other languages, repeat steps&nbsp;11 through&nbsp;14.</LI>
  54. </OL>
  55. <a name="#categories"></a>
  56. <h2>Add categories</h2>
  57. Categories describe this service, such as the functions it serves,
  58. geographical location, standard business classifications, or any other
  59. appropriate categorization. For optimal discovery<uddi:ContentController Runat='server' Mode='Private'> within UDDI&nbsp;Services</uddi:ContentController>,
  60. describe your service using categories that you expect others to use when
  61. searching for services like yours.
  62. <OL>
  63. <li>
  64. Click the <B>Categories</B>
  65. tab.
  66. <li>
  67. Click <B>Add Category</B>.</li>
  68. <li>
  69. Select an appropriate categorization scheme and subcategory.<br>
  70. </li>
  71. <li>
  72. Click <B>Add Category</B>.</li>
  73. <li>
  74. To add additional categories, repeat steps&nbsp;2 through&nbsp;5.</li>
  75. </OL>
  76. <p>
  77. You have now added and described a service and are ready to <a href="publish.addbindings.aspx">
  78. add bindings</a>
  79. to the service.
  80. </td>
  81. </tr>
  82. </table>
  83. <!-- #include file = "publish.footer.htm" -->
  84. </body>
  85. </html>