home > downloads > ogsadaiwsdaix1.0 >

OGSA-DAI WS-DAIX 1.0 Release

This pages contain links to the OGSA-DAI WS-DAIX 1.0 release.

OGSA-DAI WS-DAIX provides an implementation of the OGF DAIS Working Group WS-DAIX specifications. It was built using OGSA-DAI 3.0 but is a stand-alone product and requires only Apache Tomcat and the Exist XML database to be used.

The source release contains the doc and source code and dependant third-party binaries including OGSA-DAI 3.0 JARs.

The binary release contains the doc and JAR files.

For more information see the README.txt file in the releases or the user doc here.

Download Format Size (bytes) MD5 Checksum
source distribution zip 7789260 0ee175ce508562cdb4f13b5d351fb021
binary distribution zip 9629191 63bd4ad503aabf21d0520e44f6550ea7

OGSA-DAI WS-DAIX example services

We have deployed OGSA-DAI WS-DAIX on our test.ogsadai.org.uk server. The available service ports can be seen at

http://test.ogsadai.org.uk:20102/dai/services

There is an XMLCollection resource called XMLCollection. As an example of using the OGSA-DAI WS-DAIX client you could run:

$ java uk.org.ogsadai.wsdai.client.toolkit.example.DAIXClient -u http://test.ogsadai.org.uk:20102/dai/services -c list

$ java uk.org.ogsadai.wsdai.client.toolkit.example.DAIXClient -u http://test.ogsadai.org.uk:20102/dai/services -d daix:XMLCollection -c resolve

This server is provided as-is and is intended as a toy example only.

Important Note for Sun Solaris Users

Sun Solaris users should unpack the distribution using GNU tar (also known as gnutar), not Sun's tar command. If you think you are missing files from your distribution, this is the most common reason on Solaris.