This might be a dump question, but I am trying to test an endpoint by plugging in the endpoint url in the browser's address bar.
When my url request the result in json format ".../158552.json" I can see the result nicely on my screen. However, when I try to test the same as ".../158552.xml" I get the following error: XML Parsing Error: syntax error Location: http://local.myapp.com/index.cfm/contact/comments/158552.xml Line Number 1, Column 1:An error occured while Parsing an XML document. ^ If I perform this request via ajax I get the result correctly with the correct header and all. How can I test the xml result without ajax? -- To post to this group, send email to [email protected] For more options and to unsubscribe, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://svn.mach-ii.com/machii/ Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
