environment element

Type: environment
Namespace: (default namespace)
XML Schema: ns0.xsd

A class is used to describe the details of an Environment. Two types of environment have been supported, namely, T (testing) and P (production). Staging is considered as a production environment.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <environment> <csrfToken>...</csrfToken> <id>...</id> <name>...</name> <domain>...</domain> <description>...</description> <type>...</type> <serviceProviderId>...</serviceProviderId> </environment>