Issue report by Johnm
Product
FileMaker ServerVersion
13.0.5.520Operating system version
Win. 2012 r1Description of the issue
Working on migrating from FM 11 to FM 13 and was testing our web publishing communication between our AS400 and FM and the header in FM 13 XML references the localhost for the .dtd instead of the actual server name. I need to know how I can change this in Server 13. See the examples below:Server 11
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE fmresultset PUBLIC "-//FMI//DTD fmresultset//EN" "http://camphor:80/fmi/xml/fmresultset.dtd">
Server 13
<?xml version ="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE fmresultset PUBLIC "-//FMI//DTD fmresultset//EN" "http://localhost:16020/fmi/xml/fmresultset.dtd">
Where it says "localhost" in the last line, it should be the server name. Is this something I can fix?
Thanks,
John
Screenshot
