OGSA-DAI WSI 2.2 clients and data transport activities can inter-operate with any OGSA-DAI data service written using OGSA-DAI WSI 2.2. They can also, however, interoperate with services written using OGSA-DAI WSRF 2.2.
In OGSA-DAI WSI the ID of a data service resource is provided as part of the URL of the data service when contacting the service on the server. In contrast, for OGSA-DAI WSRF it is added to the operation invocation in the form of a so-called WS-Addressing header.
We bundle the Apache implementation of WS-Addressing 1.0. This is in thirdparty/addressing-1.0.jar.
The source is available here:
http://ws.apache.org/addressing
If you compile from source we recommend building a JAR called addressing-1.0.jar and placing this in the thirdparty directory.
To configure OGSA-DAI, server-side, to support interoperability with OGSA-DAI WSRF you should:
$ cp OGSA-DAI/skeletons/client-config.wsdd CONTAINER/webapps/axis/WEB-INF/classes
To configure OGSA-DAI's pre-bundled clients you need to:
$ cp OGSA-DAI/skeletons/client-config.wsdd OGSA-DAI
To configure your own clients you need to ensure that the client-config.wsdd file is in a directory which is in your CLASSPATH.
| Up: OGSA-DAI User Guide | ||
| © International Business Machines Corporation, 2002-2006 | © The University of Edinburgh, 2002-2006 |