Sha256: 32d06da4e0788eafc48f77bc2f8ac675c380d62eaa3d012e0b6b0cabad4c32ab

Contents?: true

Size: 1.18 KB

Versions: 20

Compression:

Stored size: 1.18 KB

Contents

<E:Envelope
        xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"
        xmlns:s="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:y="http://www.w3.org/2001/XMLSchema"
        xmlns:iControl="urn:iControl"
        E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<E:Body>
<m:get_agent_listen_addressResponse
        xmlns:m="urn:iControl:Management/SNMPConfiguration">
<return
        s:type="A:Array"
        A:arrayType="iControl:Management.SNMPConfiguration.AgentListenAddressPort[2]">
<item>
<transport
        s:type="iControl:Management.SNMPConfiguration.TransportType">TRANSPORT_TCP6</transport>
<ipport
        s:type="iControl:Common.IPPortDefinition">
<address
        s:type="y:string"></address>
<port
        s:type="y:long">161</port>
</ipport>
</item>
<item>
<transport
        s:type="iControl:Management.SNMPConfiguration.TransportType">TRANSPORT_UDP6</transport>
<ipport
        s:type="iControl:Common.IPPortDefinition">
<address
        s:type="y:string"></address>
<port
        s:type="y:long">161</port>
</ipport>
</item>
</return>
</m:get_agent_listen_addressResponse>
</E:Body>
</E:Envelope>

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
savon-2.13.1 spec/fixtures/response/f5.xml
savon-2.13.0 spec/fixtures/response/f5.xml
savon-2.12.1 spec/fixtures/response/f5.xml
savon-2.12.0 spec/fixtures/response/f5.xml
savon-2.11.2 spec/fixtures/response/f5.xml
savon-SU-2.11.1b spec/fixtures/response/f5.xml
savon-SU-2.11.1 spec/fixtures/response/f5.xml
savon-2.11.1 spec/fixtures/response/f5.xml
savon-2.11.0 spec/fixtures/response/f5.xml
savon-2.10.1 spec/fixtures/response/f5.xml
savon-2.10.0 spec/fixtures/response/f5.xml
savon-2.9.0 spec/fixtures/response/f5.xml
savon-2.8.1 spec/fixtures/response/f5.xml
savon-2.8.0 spec/fixtures/response/f5.xml
savon-2.7.2 spec/fixtures/response/f5.xml
savon-2.7.1 spec/fixtures/response/f5.xml
savon-2.7.0 spec/fixtures/response/f5.xml
savon-2.6.0 spec/fixtures/response/f5.xml
savon-2.5.1 spec/fixtures/response/f5.xml
savon-2.5.0 spec/fixtures/response/f5.xml