WEBGetSystemOptions
Initial Build |
2008.01 |
xWEB |
Web Method |
Response Type |
XML results |
This method returns all the system options relevant to external systems.
Sample Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.avectra.com/2005/">
<soapenv:Header>
<ns:AuthorizationToken>
<ns:Token>df3d1644-ba3e-4dc7-8399-ae06ee6063e5</ns:Token>
</ns:AuthorizationToken>
</soapenv:Header>
<soapenv:Body>
<ns:WEBGetSystemOptions/>
</soapenv:Body>
</soapenv:Envelope>
Sample Response
Shortened for brevity.
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<AuthorizationToken xmlns="http://www.avectra.com/2005/">
<Token>df3d1644-ba3e-4dc7-8399-ae06ee6063e5</Token>
</AuthorizationToken>
</soap:Header>
<soap:Body>
<WEBGetSystemOptionsResponse xmlns="http://www.avectra.com/2005/">
<WEBGetSystemOptionsResult>
<Results recordReturn="35">
<Result>
<fws_key>ae10b914-134f-482d-b53b-5069b604b233</fws_key>
<fws_option>BaselineWebSectionKey</fws_option>
<fws_value>7519c5f6-c234-4042-9ea2-81cfb69a041a</fws_value>
<fws_option_type>TextBox</fws_option_type>
<fws_option_values/>
<fws_option_desc>Changing this system option is NOT recommended. This system option is the key for the main section in the Baseline Website. By generating other websites from the Baseline Website, this section will ALWAYS be included and should have the "Homepage" in it.</fws_option_desc>
</Result>
<Result>
<fws_key>2cb6480d-eb0e-4a7e-af6a-690ee588802b</fws_key>
<fws_option>BaselineWebSiteKey</fws_option>
<fws_value>071d1f06-7b13-4f73-85f2-e66fd7e6ba54</fws_value>
<fws_option_type>TextBox</fws_option_type>
<fws_option_values/>
<fws_option_desc>Changing this system option is NOT recommended.
This system option is the key for the Baseline Website (all other websites will be generated from this website).</fws_option_desc>
</Result>
<Result>
<fws_key>8cf7f093-e390-4a9b-9091-f74d8e42f45f</fws_key>
<fws_option>CacheRootFolder_eWeb</fws_option>
<fws_value/>
<fws_option_type>TextBox</fws_option_type>
<fws_option_values/>
<fws_option_desc>Identifies the file system folder that eWeb uses as the root folder for the netFORUM Cache. If left blank, the CacheRootFolder system option value is used. The default value is ..\\CacheRoot\\Cache</fws_option_desc>
</Result>
</Results>
</WEBGetSystemOptionsResult>
</WEBGetSystemOptionsResponse>
</soap:Body>
</soap:Envelope>