Skip To Content
ArcGIS Developer
Dashboard

SOAP Handlers Config

Description

The soaphandlerconfig resource lists the URLs for domains allowed to make cross-domain requests, including SOAP and OGC service requests. If the value for allowedOrigins is not updated, no restrictions on cross-domain requests will be made.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the soaphandlerconfig resource:

https://machine.domain.com/webadaptor/admin/system/handlers/soap/soaphandlerconfig?f=pjson

JSON Response example

The response below demonstrates the default for allowedOrigins, which offers no restrictions on cross-domain requests:

{"allowedOrigins": "*"}

The response below demonstrates a list of URLs allowed to make cross-domain requests:

{"allowedOrigins": "https://gisserver1.example.com,https://gisserver2.example.com"}