a/README.md b/README.md
...
...
8
-----
8
-----
9
9
10
- run importWSDL.sh to generate the webservice client stubs
10
- run importWSDL.sh to generate the webservice client stubs
11
- run PreservationIdentifierClient e.g. with "ant PreservationIdentifierClient"
11
- run PreservationIdentifierClient e.g. with "ant PreservationIdentifierClient"
12
    - you can provide a parameter for an ontology to test, by default it will use the music classification scenario from http://timbus.teco.edu/ontologies (-o)
12
    - you can provide a parameter for an ontology to test, by default it will use the music classification scenario from http://timbus.teco.edu/ontologies (-o)
13
    - you can provide a basurl for the alternative ontologies, by default it will use http://testbed.timbusproject.net/test (-b)
13
    - you can provide a base url for the alternative ontologies, by default it will use http://testbed.timbusproject.net/test (-b)
14
    - passing parameters with ant is done by using -Dargs="....", e.g. 'ant PreservationIdentifierClient -Dargs="-o file://someContextModelOntology.owl"'
14
15
15
16
16
Notes
17
Notes
17
-----
18
-----
18
19