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.

86 lines
3.6 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 = "search.header.htm" -->
  9. </head>
  10. <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  11. <!-- #include file = "search.heading.htm" -->
  12. <table class="content" width="100%" cellpadding="8">
  13. <tr>
  14. <td>
  15. <H1>How to Search for Providers - <img src="..\..\images\business.gif" heigh="16" width="16" alt="Provider"></H1>
  16. <p>
  17. By using the <b>Providers</b> tab in Search, you can search for providers by name, categorization, identifiers, or by
  18. associated tModels.
  19. <p class="to">To search for providers</p>
  20. </p>
  21. <OL>
  22. <li>
  23. 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>Search</b>.</li>
  24. <li>
  25. Click the <b>Providers</b>
  26. tab.
  27. <li>
  28. Complete one or more search options as follows:
  29. <ul>
  30. <li>
  31. <b>Provider Name:</b> In <b>Provider Name</b>, type the name of the provider you want to find. If you only know part of the name, you can
  32. use % as a wildcard.
  33. <br>
  34. For example, to search for provider names starting with &quot;an,&quot; type <b>an</b>.
  35. To search for provider names containing the letters &quot;an,&quot; type <b>%an%</b>.
  36. </li>
  37. <li>
  38. <b>Categories:</b> Add categories that define the type of provider you want to
  39. find. Search returns only those providers classified by the categories you
  40. specify.
  41. <ol>
  42. <LI>Click <b>Add Category</b></li>
  43. <LI>Select the categorization that defines the type of provider you are
  44. searching for and then click <B>Add Category</b>
  45. </ol>
  46. </li>
  47. <li>
  48. <b>Identifiers:</b> Add the identifiers that are associated with the provider you
  49. are searching for. Search only returns those providers that publish all of the
  50. identifiers specified.
  51. <ol>
  52. <LI>Click <B>Add Identifier</B>.
  53. <LI>Select the tModel that represents the identification scheme you want to search by.
  54. <LI>In <B>Key Name</B>, type the name of the identifier you want to search by.
  55. <LI>In <B>Key Value</B>, type the value for the identifier you want to search by.
  56. <LI>Click <B>Update</B>.
  57. </ol>
  58. </li>
  59. <li>
  60. <b>tModels:</b> Add the tModels that are used by the provider you are searching for. Search only returns those providers that publish all of the tModels specified.
  61. <OL>
  62. <LI>Click <b>Add tModels</b>.</LI>
  63. <LI>Type all or part of the name of the tModel you want to add and then click <b>Search</b>.</LI>
  64. <LI>Select the tModel you want to add.</li>
  65. </OL>
  66. </li>
  67. </ul>
  68. </li>
  69. <li>
  70. Once you have defined your search criteria and are ready to perform your
  71. search, click <b>Search</b>.<br>
  72. </li>
  73. <li>To view the details of an entity, click its name in the list. Then, you can view and browse the attributes of that entity and any associated entities.
  74. </td>
  75. </tr>
  76. </table>
  77. <!-- #include file = "search.footer.htm" -->
  78. </body>
  79. </html>