Hello!
Is it possible to retreive a schema using Java API?
Something like yhis:
<?xml version="1.0"?>
<ino:collection ino:name=“Property” ino:key=“id0000000180”>
<ino:doctype ino:name=“Property” ino:key=“ID_Property” ino:options=“READ INSERT UPDATE DELETE” ino:structure-index=“CONDENSED”>
<ino:node ino:name=“Property” ino:key=“Property2” ino:obj-type=“SEQ” ino:parent=“ID_Property” ino:search-type=“no” ino:map-type=“SxsFunc” ino:sxsexternal-parseafter=“TaminoSocket.addProcessLog” ino:sxsexternal-ondelete=“TaminoSocket.addDeleteLog”/>
<ino:node ino:name=“PropertyReference” ino:key=“Property3” ino:obj-type=“CDATA” ino:parent=“Property2” ino:search-type=“text” ino:map-type=“No”/>
…
Is it possible to modify it without using define/undefine?
Thank you.
#webMethods#webMethods-Tamino-XML-Server-APIs#API-Management