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.

69 lines
3.2 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 valign="top">
  14. <td>
  15. <H1>How to Search for Services - <img src="..\..\images\service.gif" heigh="16" width="16" alt="Service"></H1>
  16. <p>
  17. By using the <b>Services</b> tab in Search, you can search<uddi:ContentController Runat='server' Mode='Private'> UDDI&nbsp;Services</uddi:ContentController> for services by name, categorization, or associated tModels.</p>
  18. <p class="to">To search for services</p>
  19. <OL>
  20. <li>
  21. 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>
  22. <li>
  23. Click the <b>Services</b> tab.</li>
  24. <li>
  25. Use the fields that are provided to refine your search. Search results only include
  26. those services that match all of the criteria specified.
  27. <ul>
  28. <li>
  29. <b>Service Name:</b> In <b>Service Name</b>, type the name of the service you are
  30. searching for. If you only know part of the name, you can use % as a wildcard.
  31. <br>
  32. For example, to search for service names starting with &quot;an,&quot; type <b>an</b>.
  33. To search for service names containing the letters &quot;an,&quot; type <b>%an%</b>.
  34. </li>
  35. <li>
  36. <b>Categories:</b> Add categories that define the type of service you are searching for. Search only returns those services that are defined under all of the categories you have specified.
  37. <ol>
  38. <LI>Click <b>Add Category</b></li>
  39. <LI>Select the categorization that defines the type of service you are
  40. searching for and then click <B>Add Category</b>
  41. </ol>
  42. </li>
  43. <li>
  44. <b>tModels:</b> Add the tModels that are used by the service you are searching for. Search only returns those services that publish all of the tModels specified.
  45. <OL>
  46. <LI>Click <b>Add tModels</b>.</LI>
  47. <LI>Type all or part of the name of the tModel you want to add and then click <b>Search</b>.</LI>
  48. <LI>Select the tModel you want to add.</li>
  49. </OL>
  50. </li>
  51. </ul>
  52. </li>
  53. <li>
  54. After you have defined your search criteria and are ready to perform your
  55. search, click <b>Search</b>.<br>
  56. </li>
  57. <li>To view the details of an entity, click its name in the list. View and browse the attributes of that entity and any associated entities.</li>
  58. </OL>
  59. </td>
  60. </tr>
  61. </table>
  62. <!-- #include file = "search.footer.htm" -->
  63. </body>
  64. </html>