rest api不可用,Error: HTTP Status 404 /arcgis/rest: The requested resource
通过Catalog发布了一个服务,结果客户端计算机无法访问,但是非REST地址倒是可以访问,例如 http://ghy:8399/arcgis/services/industrial/MapServer?wsdl 这个地址在客户端机器中是可以访问的,但是 http://ghy:8399/arcgis/rest/services/industrial/MapServer 这个地址在客户端机器中却无…