Client for Remote XML Databases API

Overview

This is the client library for use with the Service for Remote XML Databases API. Together, the combination essentially creates a local XML:DB interface which transpartently uses SOAP to connect to a remote XML:DB interface.

Setup

First set up the Service for Remote XML Databases API.

Use the static factory method gov.noaa.gdsg.xmldbremote.xmldbClient.XmldbClientDatabase.newDatabase(String endpointUrl) specifying the URL of the service. If the service endpoint uses SSL, be sure to create a databaseConfiguration.properties file in the default package space with the property "axis.socketSecureFactory=org.apache.axis.components.net.SunFakeTrustSocketFactory".