May 23, 20205 yr So on FileMaker Server 19 dev preview on Centos, how do I enable XML? I attempted fmsadmin set cwpconfig enablexml=true and CLI indicates all went well, but fmi/xml/FMPXMLRESULT.xml?-dbnames yields forbidden? Thank you
May 23, 20205 yr Straight from the release notes: it won't be available. https://support.claris.com/s/article/FileMaker-Server-for-Linux-Developer-Preview-Information?language=en_US
May 26, 20205 yr Why is XML being deprecated? For some cases JSON can replace XML, in some cases there are individual benefits to both formats. Is there an XML response option for DATA API? Also for certain tasks I have FileMaker generate YML through XSLT. While we are at it: do we have direct access to Thrift? Communicating with a REST-like API is not very efficient when we know there is a Thrift API behind the REST-like one. I assume importing and exporting records as FMPXMLRESULT will still be valid? Edited May 26, 20205 yr by ggt667
March 4, 20214 yr I use XML for documents( UBL, OAG, MTML, OAG, and a plethora of other business document formats ) and REST API for UI. Not sure how anyone can see JSON replace XML.
Create an account or sign in to comment