Service Registry 3.1 Update 1 Developer's Guide

ProcedureTo Run the JAXRGetCanonicalSchemes Example

  1. Go to the directory install/registry-samples/classification-schemes.

  2. Type the following command:


    Ant-base/ant get-schemes
    

    The output of the get-schemes target begins like this:


    get-schemes:
         [java] Query URL is http://localhost:6480/soar/registry/soap
         [java] Created connection to registry
         [java] Got registry service and query manager
         [java] Canonical classification schemes:
         [java] 1. AssociationType classification scheme 
    (urn:oasis:names:tc:ebxml-regrep:classificationScheme:AssociationType):
         [java]  Concept value is AccessControlPolicyFor
         [java]  Concept value is AffiliatedWith
         [java]   Concept value is EmployeeOf
         [java]   Concept value is MemberOf
         [java]  Concept value is Contains
         [java]  Concept value is ContentManagementServiceFor
         [java]  Concept value is EquivalentTo
         ...