DADX Groups

DB2 Web Services are defined using DADX files. Collections of one or more DADX files are called DADX groups and are stored in a directory by the same name. The samples application contains two DADX groups, dxx_sample and dxx_travel. Besides DADX files, the group also contains other files associated with the definition of the service, such as the properties common to the group.

Group Properties
The properties of a group are stored in the group.properties file, found in the group directory. The group.properties file can be created using a text editor, or using the WebSphere Studio Web Service DADX Group Configuration wizard. Below are some of the group properties to be set:

Sample Group Properties
The following is the /dxx_sample/group.properties file provided with the DB2 Web Services Samples application.

initialContextFactory=
datasourceJNDI=
dbDriver=com.ibm.db2.jdbc.app.DB2Driver
dbURL=jdbc:db2:*LOCAL/SAMPLE
userID=
password=
namespaceTable=namespacetable.nst
autoReload=true
reloadIntervalSeconds=5
groupNamespaceUri=http://schemas.ibm.com/sample
enableXmlClob=true