SOAP Handlers Config

URL:
https://<root>/system/handlers/soap/soaphandlerconfig
Methods:
GET
Required Capability:
Access allowed with the "Security and Infrastructure" privilege
Version Introduced:
11.0

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:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/admin/system/handlers/soap/soaphandlerconfig?f=pjson

JSON Response examples

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

Use dark colors for code blocksCopy
1
{"allowedOrigins": "*"}

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

Use dark colors for code blocksCopy
1
{"allowedOrigins": "https://gisserver1.example.com,https://gisserver2.example.com"}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.