Custom Connector
Amman City GIS Connector
Global
The Amman City GIS Connector provides access to ArcGIS REST services published by the Greater Amman Municipality. It enables users to discover available geospatial services, retrieve metadata, and query feature/map services hosted on the Amman City GIS ArcGIS server.
Overview
Integration Overview
The connector exposes the following core endpoints:
- getServerInfo. Retrieve general metadata about the ArcGIS REST server.
- listServices. Enumerate all published ArcGIS services.
- getSOAPServices. Access SOAP endpoint definitions for integration.
Documentation
Detailed Integration Documentation
Get Server Info
| Operation ID | getServerInfo |
|---|---|
| Endpoint | /rest/info |
| Parameters | f (query, string) – response format (e.g. pjson). |
| Purpose | Provides general information about the ArcGIS REST server, including authentication and supported formats. |
| Output | JSON containing server metadata. |
| Workflow example | Use this endpoint to check server status and capabilities before making detailed requests. |
List Services
| Operation ID | listServices |
|---|---|
| Endpoint | /rest/services |
| Parameters | f (query, string) – response format (e.g. pjson). |
| Purpose | Lists all available ArcGIS services, such as map services and feature services, published by Amman City GIS. |
| Output | JSON listing available services with their names and types. |
| Workflow example | Query this endpoint to enumerate services, then drill down into individual service endpoints for detailed GIS data. |
SOAP Services
| Operation ID | getSOAPServices |
|---|---|
| Endpoint | /services |
| Parameters | None. |
| Purpose | Provides SOAP-based definitions for ArcGIS services, useful for legacy systems requiring SOAP integration. |
| Output | SOAP/WSDL definitions for available GIS services. |
| Workflow example | Integrate SOAP-compatible GIS clients with Amman City GIS data. |
Example Workflow: GIS Data Discovery
| Check server info | Call /rest/info to retrieve metadata. |
|---|---|
| List services | Call /rest/services?f=pjson to enumerate available map and feature services. |
| Query a service | Use returned service URLs to fetch feature data or map layers for visualization in GIS apps. |
Support
For technical support, contact custom-connectors-support@isolutions.sa.