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.

114 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 an Instance Info - <img src="../../images/instance.gif" width="16" height="16" alt="instance info" border="0"></H1>
  16. An instance info is a reference to a tModel that contains relevant technical
  17. information about a binding. For example, you might create a reference to a tModel that represents an interface specification document or Web Services Description Language (WSDL) file that describes the conventions or functions supported by a binding.</p>
  18. <!-- #include file = "warning.changestouddi.htm" -->
  19. <b>Jump to:</b> <a href="#instance">Add an Instance Info</a>, <a href="#parameter">Add
  20. Instance Parameters</a>, <a href="#overview">Add the Overview Document URL</a>.
  21. <h2><a name="#instance"></a>Add an instance info</h2>
  22. <ol>
  23. <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>
  24. <li>Click the <B>Providers</b> tab.
  25. <li>Locate the provider that owns the service that contains the binding to which you want to add an instance info and, next to its name, click <b>View</b>.
  26. <li>Click the <b>Services</b> tab.
  27. <li>Locate the service that contains the binding to which you want to add an instance info and, next to its name, click <b>View</b>.
  28. <li>Click the <b>Bindings</b> tab.
  29. <li>Locate the binding to which you want to add an instance info and, next to its name, click <b>View</b>.
  30. <li>Click the <b>Instance Infos</b> tab.
  31. <li>Click <b>Add Instance Info</b>.</li>
  32. <li>
  33. Type all or part of the name of the tModel you want to refer to and click <b>Search</b>.<br>
  34. A list of tModels matching your criteria appears.</li>
  35. <li>
  36. Select the tModel you want to create an instance of.
  37. <LI>
  38. Click <b>Add Description</b>.
  39. <LI>
  40. In the <b>Language</b>
  41. list, select a language for this description.
  42. <LI>
  43. In <b>Description</b>, enter a description of this instance info.</LI>
  44. <li>
  45. Click <b>Update</b>.</li>
  46. <LI>
  47. To add additional descriptions in other languages, repeat steps&nbsp;12 through&nbsp;15.</LI>
  48. </ol>
  49. <a name="parameter"></a>
  50. <h2>Add instance parameters</h2>
  51. Instance parameters are the unique parameters that this instance of this tModel
  52. supports.
  53. <ol>
  54. <LI>
  55. Click the <b>Instance Details</b>
  56. tab.
  57. <li>
  58. Click <b>Edit</b>.
  59. <LI>
  60. In <b>Instance Parameter</b>, type the parameters supported by this instance or the URL of a document that describes the parameters supported by this instance info.
  61. <li>
  62. Click <b>Update</b>.</li>
  63. <LI>
  64. Click <b>Add Description</b>.
  65. <LI>
  66. In the <b>Language</b>
  67. list, select a language for this description.
  68. <LI>
  69. In <b>Description</b>, type a description of this instance parameter.</LI>
  70. <li>
  71. Click <b>Update</b>.</li>
  72. <LI>
  73. To add additional descriptions in other languages, repeat steps&nbsp;5 through&nbsp;8.</LI>
  74. </ol>
  75. <a name="overview"></a>
  76. <h2>Add the overview document URL</h2>
  77. The overview document URL identifies the location of a file that contains
  78. technical details about this instance&mdash;for example, a WSDL (Web Services Description Language) or XML (Extensible Markup Language) Web service
  79. definitions file.
  80. <ol>
  81. <LI>
  82. Click the <b>Overview Document URL</b>
  83. tab.
  84. <li>
  85. Click <b>Edit</b>.
  86. <LI>
  87. Specify the URL where the overview document for this instance can be found.</LI>
  88. <li>
  89. Click <b>Update</b>.</li>
  90. <LI>
  91. Click <b>Add Description</b>.
  92. <LI>
  93. In the <b>Language</b>
  94. list, select a language for this description.
  95. <LI>
  96. In <b>Description</b>, type a description for this overview document.</LI>
  97. <li>
  98. Click <b>Update</b>.</li>
  99. <LI>
  100. To add additional descriptions in other languages, repeat steps&nbsp;5 through&nbsp;8.</LI>
  101. </ol>
  102. <p>To publish additional instance infos, <a href="#instance">repeat these procedures</a>.
  103. </td>
  104. </tr>
  105. </table>
  106. <!-- #include file = "publish.footer.htm" -->
  107. </body>
  108. </html>