The com.idiominc.wssdk.deployment.WSDeploymentManager class in the server SDK has methods for importing and exporting TML (XML) files:
void exportObjects(WSObjectExportSpec[] specs, OutputStream out)
throws WSException
void importObjects(InputStream xmlStream, WSObjectImportMode mode)
throws WSException
Is there a similar class in the client SDK for importing and exporting TML files? If there is not a class and method in the client SDK, are there requests defined in the REST API that can be used for this purpose? So far I have been unsuccessful in finding either. Specifically I am looking to be able to import a workflow into WorldServer this way.
Thanks,
Joseph