This appendix describes the API for DME Web Services. This is the API you use for creating DME administrator and user self-service features, for instance for embedding in a corporate intranet.
The DME Web Services API is published through Web Services Description Language (WDSL) files. There are two such WDSL files:
DmeAdminWS.wdsl
- contains operations (methods) which can only be called by DME users with the role DME_Admin.MyDmeWS.wdsl
- contains operations (methods) which can be called by DME users of any role.The location (URL) of these files are given in the description of each file.
Note that you must send the current user's username and password along with each request to the DME Web Services.