The root element of the HTTP adapter XML file
The structure of the root element.
The root element of the HTTP 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/http" xsi:schemaLocation= "http://www.worklight.com/integration integration.xsd http://www.worklight.com/integration/http http.xsd"> … </wl:adapter>
Parent topic: The adapter XML File