February 21, 201114 yr I'm trying to use custom web publishing to export data as XML, do that I can access it via a web application on a different server. I'm completely new to this so I have no idea what I'm doing. I have set up a user account in my database with the fmxml privilege, and FileMaker Server Admin shows that my database is accessible via XML (and XSLT). I would have though that I could access the server via a web browser, something like this: http://server/fmi/xml/fmresulset.xml?-dbnames http://server/fmi/xml/fmresulset.xml?-db=customers But when I do this, I get an XML document back containing an error (error code="954"). Am I doing something really obvious wrong?
February 23, 201114 yr That would be "Unsupported XML grammar" You're missing the first T in fmresultset. That should make the first URL work. The second one wouldn't work because it's an incomplete instruction.
February 23, 201114 yr Author I can't believe it was such a simple error. It works now. Thanks very much!
Create an account or sign in to comment