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.

120 lines
4.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 add a tModel</H1>
  16. <p>A tModel can represent a categorization scheme, namespace, protocol, signature component,
  17. Web specification, in WSDL (Web Services Description Language) or XML (Extensible Markup Language), or an identification scheme. You can use tModels to
  18. describe or classify the entity&mdash;provider, tModel, service, binding or Instance
  19. Info&mdash;that you want to publish.</p>
  20. <p>To add a tModel, you must first create a tModel entry and then assign a unique
  21. name and description in all appropriate languages. You then add one or more
  22. identifiers and specify categories that describe the function of the tModel,
  23. for example: geographical location, types of services provided, a business
  24. classification, or other appropriate categorizations. When you finish defining the tModel, specify an
  25. overview document URL which is the location of a file containing descriptive
  26. information about this tModel.
  27. </p>
  28. <b>Jump to:</b> <a href="#tmodel">Add a tModel</a>, <a href="#categories">Add
  29. Categories</a>, <a href="#overview">Specify the Overview Document URL</a>.
  30. <!-- #include file = "warning.changestouddi.htm" -->
  31. <h2><a name="tmodel"></a>Add a tModel</h2>
  32. <OL>
  33. <li>
  34. 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>.
  35. <li>
  36. Click the <b>tModels</b> tab.</li>
  37. Click <b>Add tModel</b>.<br>
  38. A new tModel entry, <img src="../../images/tmodel.gif" width="16" height="16" alt="" border="0">
  39. <font color="#444444">(New tModel)</font>
  40. appears.
  41. <LI>
  42. In the details area, click <b>Edit</b>.
  43. <LI>
  44. In <b>tModel Name</b>, type a unique name for this tModel.
  45. </LI>
  46. <li>
  47. Click <b>Update</b>.</li>
  48. <LI>
  49. Click <b>Add Description</b>.
  50. <LI>
  51. In the <b>Language</b>
  52. list, select a language for this description.
  53. <LI>
  54. In <b>Description</b>, type a brief description for this tModel.
  55. </LI>
  56. <li>
  57. Click <b>Update</b>.</li>
  58. <LI>
  59. To add additional descriptions in other languages, repeat steps&nbsp;6 through&nbsp;9.</LI>
  60. </OL>
  61. <a name="#categories"></a>
  62. <h2>Add categories</h2>
  63. Categories describe this tModel and the functions it identifies, such
  64. as a categorization scheme or interface type.
  65. <OL>
  66. <li>
  67. Click the <B>Categories</B>
  68. tab.
  69. <li>
  70. Click <B>Add Category</B>.</li>
  71. <li>
  72. Select an appropriate categorization scheme and subcategory.<br>
  73. </li>
  74. <li>
  75. Click <B>Add Category</B>.</li>
  76. <li>
  77. To add additional categories, repeat steps&nbsp;2 through&nbsp;5.</li>
  78. </OL>
  79. <a name="overview"></a>
  80. <h2>Specify the Overview Document URL</h2>
  81. The overview document URL provides the location of a file that contains additional
  82. information or resources that are associated with this tModel. For example, it may contain a
  83. WDSL (Web Services Description Language) file or other interface description.
  84. <ol>
  85. <LI>
  86. Click the <b>Overview Document URL</b>
  87. tab.
  88. <li>
  89. Click <b>Edit</b>.
  90. <LI>
  91. Specify the URL where the overview document for this tModel can be found.<br>
  92. For example: <a class="code">http://www.wideworldimporters.com/SampleWebService.asmx</a></LI>
  93. <li>
  94. Click <b>Update</b>.</li>
  95. <LI>
  96. Click <b>Add Description</b>.
  97. <LI>
  98. In the <b>Language</b>
  99. list, select a language for this description.
  100. <LI>
  101. In <b>Description</b>, type a description for this overview document.</LI>
  102. <li>
  103. Click <b>Update</b>.</li>
  104. <LI>
  105. To add additional descriptions in other languages, repeat steps&nbsp;5 through&nbsp;8.</LI>
  106. </ol>
  107. <p></p>
  108. You have now published a tModel<uddi:ContentController Runat='server' Mode='Private'> in UDDI&nbsp;Services</uddi:ContentController>. <a href="#tmodel">Repeat these
  109. procedures</a> to publish additional tModels.
  110. </td>
  111. </tr>
  112. </table>
  113. <!-- #include file = "publish.footer.htm" -->
  114. </body>
  115. </html>