<?xml version=“1.0” ?> <!– Copyright © 1996-2016, F5 Networks, Inc., Seattle, Washington. All rights reserved.

F5, F5 Networks, the F5 logo, BIG-IP, 3-DNS, iControl, GLOBAL-SITE, SEE-IT, EDGE-FX, FireGuard, Internet Control Architecture, IP Application Switch, iRules, PACKET VELOCITY, SYN Check, CONTROL YOUR WORLD, OneConnect, ZoneRunner, uRoam, FirePass, and TrafficShield are registered trademarks or trademarks of F5 Networks, Inc., in the U.S. and certain other countries.

All other trademarks mentioned in this document are the property of their respective owners. F5 Networks' trademarks may not be used in connection with any product or service except as permitted in writing by F5.

–> <definitions name=“Security.IPIntelligenceGlobalPolicy”

targetNamespace="urn:iControl"
xmlns:tns="urn:iControl"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns="http://schemas.xmlsoap.org/wsdl/">

<!– types –>

<types>

<xsd:schema targetNamespace='urn:iControl'
        xmlns='http://www.w3.org/2001/XMLSchema'
        xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
        xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'>
        <xsd:complexType name="Common.StringSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
</xsd:schema>

</types>

<!– message –>

<message name=“Security.IPIntelligenceGlobalPolicy.get_listRequest”> </message> <message name=“Security.IPIntelligenceGlobalPolicy.get_listResponse”>

<part name="return" type="tns:Common.StringSequence"/>

</message>

<message name=“Security.IPIntelligenceGlobalPolicy.set_policyRequest”>

<part name="global_policies" type="tns:Common.StringSequence"/>
<part name="policies" type="tns:Common.StringSequence"/>

</message> <message name=“Security.IPIntelligenceGlobalPolicy.set_policyResponse”> </message>

<message name=“Security.IPIntelligenceGlobalPolicy.get_policyRequest”>

<part name="global_policies" type="tns:Common.StringSequence"/>

</message> <message name=“Security.IPIntelligenceGlobalPolicy.get_policyResponse”>

<part name="return" type="tns:Common.StringSequence"/>

</message>

<message name=“Security.IPIntelligenceGlobalPolicy.set_descriptionRequest”>

<part name="global_policies" type="tns:Common.StringSequence"/>
<part name="descriptions" type="tns:Common.StringSequence"/>

</message> <message name=“Security.IPIntelligenceGlobalPolicy.set_descriptionResponse”> </message>

<message name=“Security.IPIntelligenceGlobalPolicy.get_descriptionRequest”>

<part name="global_policies" type="tns:Common.StringSequence"/>

</message> <message name=“Security.IPIntelligenceGlobalPolicy.get_descriptionResponse”>

<part name="return" type="tns:Common.StringSequence"/>

</message>

<message name=“Security.IPIntelligenceGlobalPolicy.get_versionRequest”> </message> <message name=“Security.IPIntelligenceGlobalPolicy.get_versionResponse”>

<part name="return" type="xsd:string"/>

</message>

<!– portType –>

<portType name=“Security.IPIntelligenceGlobalPolicyPortType”>

       <operation name="get_list">
       <documentation>
Gets a list of all global policies.
The IP intelligence policy contents/filters are applied to all
packets except those going through the management interface.
They are applied first, before any firewall rules for the
packet's virtual server and route domain.

               </documentation>
               <input message="tns:Security.IPIntelligenceGlobalPolicy.get_listRequest"/>
               <output message="tns:Security.IPIntelligenceGlobalPolicy.get_listResponse"/>
       </operation>
       <operation name="set_policy">
       <documentation>
Sets the policies for the specified global policies.
Specifies an existing IP intelligence policy. Policy contents
are enforced at a global level.

               </documentation>
               <input message="tns:Security.IPIntelligenceGlobalPolicy.set_policyRequest"/>
               <output message="tns:Security.IPIntelligenceGlobalPolicy.set_policyResponse"/>
       </operation>
       <operation name="get_policy">
       <documentation>
Gets the policies for the specified global policies.

               </documentation>
               <input message="tns:Security.IPIntelligenceGlobalPolicy.get_policyRequest"/>
               <output message="tns:Security.IPIntelligenceGlobalPolicy.get_policyResponse"/>
       </operation>
       <operation name="set_description">
       <documentation>
Sets the descriptions for the specified global policies.
This is an arbitrary field which can be used for any purpose.

               </documentation>
               <input message="tns:Security.IPIntelligenceGlobalPolicy.set_descriptionRequest"/>
               <output message="tns:Security.IPIntelligenceGlobalPolicy.set_descriptionResponse"/>
       </operation>
       <operation name="get_description">
       <documentation>
Gets the descriptions for the specified global policies.

               </documentation>
               <input message="tns:Security.IPIntelligenceGlobalPolicy.get_descriptionRequest"/>
               <output message="tns:Security.IPIntelligenceGlobalPolicy.get_descriptionResponse"/>
       </operation>
       <operation name="get_version">
       <documentation>
Gets the version information for this interface.

               </documentation>
               <input message="tns:Security.IPIntelligenceGlobalPolicy.get_versionRequest"/>
               <output message="tns:Security.IPIntelligenceGlobalPolicy.get_versionResponse"/>
       </operation>

</portType>

<!– binding –>

<binding name=“Security.IPIntelligenceGlobalPolicyBinding” type=“tns:Security.IPIntelligenceGlobalPolicyPortType”>

       <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
       <operation name="get_list">
       <documentation>
Gets a list of all global policies.
The IP intelligence policy contents/filters are applied to all
packets except those going through the management interface.
They are applied first, before any firewall rules for the
packet's virtual server and route domain.

               </documentation>
               <soap:operation soapAction="urn:iControl:Security/IPIntelligenceGlobalPolicy"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Security/IPIntelligenceGlobalPolicy"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Security/IPIntelligenceGlobalPolicy"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_policy">
       <documentation>
Sets the policies for the specified global policies.
Specifies an existing IP intelligence policy. Policy contents
are enforced at a global level.

               </documentation>
               <soap:operation soapAction="urn:iControl:Security/IPIntelligenceGlobalPolicy"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Security/IPIntelligenceGlobalPolicy"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Security/IPIntelligenceGlobalPolicy"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_policy">
       <documentation>
Gets the policies for the specified global policies.

               </documentation>
               <soap:operation soapAction="urn:iControl:Security/IPIntelligenceGlobalPolicy"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Security/IPIntelligenceGlobalPolicy"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Security/IPIntelligenceGlobalPolicy"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_description">
       <documentation>
Sets the descriptions for the specified global policies.
This is an arbitrary field which can be used for any purpose.

               </documentation>
               <soap:operation soapAction="urn:iControl:Security/IPIntelligenceGlobalPolicy"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Security/IPIntelligenceGlobalPolicy"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Security/IPIntelligenceGlobalPolicy"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_description">
       <documentation>
Gets the descriptions for the specified global policies.

               </documentation>
               <soap:operation soapAction="urn:iControl:Security/IPIntelligenceGlobalPolicy"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Security/IPIntelligenceGlobalPolicy"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Security/IPIntelligenceGlobalPolicy"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_version">
       <documentation>
Gets the version information for this interface.

               </documentation>
               <soap:operation soapAction="urn:iControl:Security/IPIntelligenceGlobalPolicy"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Security/IPIntelligenceGlobalPolicy"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Security/IPIntelligenceGlobalPolicy"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

</binding>

<!– service –>

<service name=“Security.IPIntelligenceGlobalPolicy”>

       <documentation>
The IPIntelligenceGlobalPolicy interface enables you to set a
global IP Intelligence policy. The global IP intelligence policy
is applied to all the packets before route domain's and/or
virtual server's IP Intelligence policies.

There is only one IP intelligence global policy for the entire system, called "/Common/global-dwbl-container". 
Please supply this key to all methods requiring the "global_policies" argument.

               </documentation>
       <port name="Security.IPIntelligenceGlobalPolicyPort" binding="tns:Security.IPIntelligenceGlobalPolicyBinding">
               <soap:address location="https://url_to_service"/>
       </port>

</service> </definitions>