Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning
titleEndpoint Configuration

For any applications using oit-commons-dwh-client-1.0.4 and below, the default production endpoint URL will need to be overridden using the override mechanism described and can override the endpoint property directly:

Code Block
titledwhClientApplicationEndpoints.properties
endpoint=https://systems.oit.uci.edu/WebServices/DWHServer

For applications written in a language other than Java, a client can be created using the Web Services WSDL.

WSDL and Endpoint

...

WSDL

...

...

 

Configuration Notes

  • DWH_ws.jar seems to be conflicted with cxf-2.1.1.jar (DWH_ws.jar does NOT need CXF.jar)

...