+

Search Tips   |   Advanced Search

The root element of the SQL adapter XML file

The structure of the root element.

The root element of the SQL adapter has the following structure:

<?xml version="1.0" encoding="UTF-8"?>
<wl:adapter>
name="adapter-name"
authenticationRealm="realm"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:wl="http://www.worklight.com/integration"
xmlns:http="http://www.worklight.com/integration/sql"
xsi:schemaLocation=
"http://www.worklight.com/integration integration.xsd
http://www.worklight.com/integration/sql sql.xsd">
…
</wl:adapter>


Parent topic: The adapter XML File