UDDI category file format

You can provide a category file to describe or populate the values in a user-defined category of a unit test UDDI registry. The file can be used to configure or reconfigure a unit test registry, or it can be used to provide descriptions of values in a previously deployed registry.

Store the hierarchy in a file using a WebSphere® editor, with one value on each line.

You can customize the value format with the preferences for Web Services > Private UDDI registry. By default, each value should use the following format:

identifier#value_label#parent_reference

Where:

Example

This category value file:

00#Food#00
10#Fruit#00
101#Apples#10
102#Oranges#10
103#Pears#10
1031#Anjou#103
1032#Conference#103
1033#Bosc#103
104#Pomegranates#10
20#Vegetables#00
201#Carrots#20
202#Potatoes#20
203#Peas#20
204#Sprouts#20

Defines a category with the key "food", and the following value hierarchy: 


Feedback