Unable to Retrieve Schema Details using SOAP API
Here is the SOAP Call being used
POST /nl/jsp/soaprouter.jsp
SOAPAction: xtk:queryDef#ExecuteQuery
Authorization: Bearer <access_token>
Content-Type: text/xml; charset=utf-8
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ExecuteQuery xmlns="urn:xtk:queryDef">
<sessiontoken></sessiontoken>
<entity>
<queryDef schema="xtk:schema" operation="get">
<select>
<node expr="@name"/>
<node expr="@namespace"/>
<node expr="@label"/>
<node expr="md5"/>
</select>
<where>
<condition expr="@name='recipient' and @namespace='nms'"/>
</where>
</queryDef>
</entity>
</ExecuteQuery>
</soap:Body>
</soap:Envelope>
to get all details.
The response is self-closing node
<schema
_cs="Recipients (nms)"
_isMemoNull="0"
img="nms:recipient.png"
label="Recipients"
md5="0121C09BE35FD25B22E8050754134D5E"
name="recipient"
namespace="nms"
/>