IBM Worklight v5.0.5 > Develop IBM Worklight applications > Develop the server side of an IBM Worklight application > The adapter XML File

The root element of the SQL adapter XML file

The root element of the SQL adapter...

<?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 The adapter XML File





+

Search Tips   |   Advanced Search