background image

Deleting a Classification Scheme

<< Publishing a Classification Scheme | AXRQueryByWSDLClassification Example >>
<< Publishing a Classification Scheme | AXRQueryByWSDLClassification Example >>
204
J
AVA
API
FOR
XML R
EGISTRIES
The postal address for the primary contact will appear correctly with the
JAXR
PostalAddress
methods. Any postal addresses found that use
other postal address schemes will appear as
Slot
lines.
If you want to delete the organization you published, follow the instructions in
Running the JAXRDelete Example (page 202).
Deleting a Classification Scheme
To delete the classification scheme you published after you have finished using
it, run the
JAXRDeleteScheme
program using the
run-delete-scheme
target:
asant -Duuid-string=uuidstring run-delete-scheme
Publishing a Concept for a WSDL Document
To publish the location of the WSDL document for the JAX-WS
Hello
service,
first deploy the service to the Application Server as described in Creating a Sim-
ple Web Service and Client with JAX-WS (page xvi).
Then run the
JAXRPublishConcept
program using the
run-publish-concept
target:
asant run-publish-concept
The program output displays the UUID string of the new specification concept,
which is named HelloConcept. You will use this string in the next section.
After you run the
JAXRPublishConcept
program, you can run
JAXRPublish-
HelloOrg
to publish an organization that uses this concept.
Publishing an Organization with a WSDL
Document in Its Service Binding
To run the
JAXRPublishHelloOrg
example, use the
asant
target
run-publish-
hello-org
. Specify the string returned from
JAXRPublishConcept
(including
the
uuid:
prefix) as input to this target:
asant -Duuid-string=uuidstring run-publish-hello-org