Skip to main content

Metadata exchange

The API SOAP Service has a couple of methods of exchanging metadata. When using the default httpget, the metadata exchange URL is:

service_endpoint/wsdl

For example:

https://<IP or fqdn>/INST/idapi2/wsdl

If the API SOAP Service uses MexHttpGet, the URL is:

https://<IP or fqdn>/INST/idapi2/metadata/wsdl

If the API SOAP Service uses wsHttpBinding, then Mex metadata exchange can be used, and the metadata exchange URL is same as service endpoint.

Changes to the service are not effective until the service is restarted.