3.6.4.26.3.2 GetWmsWebLimitingResponseBody

 <xsd:complexType name="GetWmsWebLimitingResponseBody">
   <xsd:sequence>
     <xsd:element minOccurs="1" maxOccurs="1" name="pfIsInLimiting" type="xsd:boolean"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="pfIsAllowList" type="xsd:boolean"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="pwsAllowList" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="pwsBlockList" type="xsd:string"/>
   </xsd:sequence>
 </xsd:complexType>

pfIsInLimiting: Contains "true" if web limiting is enabled.

pfIsAllowList: Contains "true" if white list is enabled.

pwsAllowList: Contains a list of allowed web sites.

pwsBlockList: Contains a list of blocked web sites.