f5-icontrol 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +18 -0
- data/.travis.yml +5 -0
- data/Gemfile +4 -0
- data/LICENSE +9 -0
- data/LICENSE.txt +22 -0
- data/README.md +55 -0
- data/Rakefile +7 -0
- data/bin/f5 +6 -0
- data/f5-icontrol.gemspec +30 -0
- data/lib/f5/cli/application.rb +102 -0
- data/lib/f5/cli/config.rb +21 -0
- data/lib/f5/icontrol.rb +40 -0
- data/lib/f5/icontrol/local_lb/node_address_v2.rb +27 -0
- data/lib/f5/icontrol/local_lb/pool.rb +27 -0
- data/lib/f5/icontrol/system/system_info.rb +27 -0
- data/lib/f5/icontrol/version.rb +5 -0
- data/lib/wsdl/ASM.LoggingProfile.wsdl +1467 -0
- data/lib/wsdl/ASM.ObjectParams.wsdl +198 -0
- data/lib/wsdl/ASM.PSMProfile.wsdl +228 -0
- data/lib/wsdl/ASM.Policy.wsdl +3504 -0
- data/lib/wsdl/ASM.PolicyGroup.wsdl +389 -0
- data/lib/wsdl/ASM.SystemConfiguration.wsdl +730 -0
- data/lib/wsdl/ASM.WebApplication.wsdl +1138 -0
- data/lib/wsdl/ASM.WebApplicationGroup.wsdl +393 -0
- data/lib/wsdl/Classification.Application.wsdl +517 -0
- data/lib/wsdl/Classification.Category.wsdl +519 -0
- data/lib/wsdl/Classification.SignatureDefinition.wsdl +541 -0
- data/lib/wsdl/Classification.SignatureUpdateSchedule.wsdl +382 -0
- data/lib/wsdl/Classification.SignatureVersion.wsdl +233 -0
- data/lib/wsdl/GlobalLB.Application.wsdl +963 -0
- data/lib/wsdl/GlobalLB.DNSSECKey.wsdl +1642 -0
- data/lib/wsdl/GlobalLB.DNSSECZone.wsdl +825 -0
- data/lib/wsdl/GlobalLB.DataCenter.wsdl +7144 -0
- data/lib/wsdl/GlobalLB.Globals.wsdl +5513 -0
- data/lib/wsdl/GlobalLB.Link.wsdl +7654 -0
- data/lib/wsdl/GlobalLB.Monitor.wsdl +2228 -0
- data/lib/wsdl/GlobalLB.Pool.wsdl +9949 -0
- data/lib/wsdl/GlobalLB.PoolMember.wsdl +6939 -0
- data/lib/wsdl/GlobalLB.ProberPool.wsdl +7026 -0
- data/lib/wsdl/GlobalLB.Region.wsdl +560 -0
- data/lib/wsdl/GlobalLB.Rule.wsdl +6632 -0
- data/lib/wsdl/GlobalLB.Server.wsdl +8234 -0
- data/lib/wsdl/GlobalLB.Topology.wsdl +548 -0
- data/lib/wsdl/GlobalLB.VirtualServer.wsdl +6916 -0
- data/lib/wsdl/GlobalLB.VirtualServerV2.wsdl +7016 -0
- data/lib/wsdl/GlobalLB.WideIP.wsdl +8154 -0
- data/lib/wsdl/LTConfig.Class.wsdl +656 -0
- data/lib/wsdl/LTConfig.Field.wsdl +679 -0
- data/lib/wsdl/LocalLB.Class.wsdl +2153 -0
- data/lib/wsdl/LocalLB.DNSCache.wsdl +8380 -0
- data/lib/wsdl/LocalLB.DNSExpress.wsdl +6972 -0
- data/lib/wsdl/LocalLB.DNSGlobals.wsdl +457 -0
- data/lib/wsdl/LocalLB.DataGroupFile.wsdl +971 -0
- data/lib/wsdl/LocalLB.LSNPool.wsdl +7461 -0
- data/lib/wsdl/LocalLB.Monitor.wsdl +2214 -0
- data/lib/wsdl/LocalLB.NAT.wsdl +6413 -0
- data/lib/wsdl/LocalLB.NATV2.wsdl +6748 -0
- data/lib/wsdl/LocalLB.NodeAddress.wsdl +7143 -0
- data/lib/wsdl/LocalLB.NodeAddressV2.wsdl +7754 -0
- data/lib/wsdl/LocalLB.Pool.wsdl +11328 -0
- data/lib/wsdl/LocalLB.PoolMember.wsdl +7156 -0
- data/lib/wsdl/LocalLB.ProfileAnalytics.wsdl +5756 -0
- data/lib/wsdl/LocalLB.ProfileAuth.wsdl +6957 -0
- data/lib/wsdl/LocalLB.ProfileClassification.wsdl +370 -0
- data/lib/wsdl/LocalLB.ProfileClientSSL.wsdl +10232 -0
- data/lib/wsdl/LocalLB.ProfileDNS.wsdl +7723 -0
- data/lib/wsdl/LocalLB.ProfileDNSLogging.wsdl +852 -0
- data/lib/wsdl/LocalLB.ProfileDiameter.wsdl +8070 -0
- data/lib/wsdl/LocalLB.ProfileDiameterEndpoint.wsdl +7199 -0
- data/lib/wsdl/LocalLB.ProfileFTP.wsdl +6564 -0
- data/lib/wsdl/LocalLB.ProfileFastHttp.wsdl +7944 -0
- data/lib/wsdl/LocalLB.ProfileFastL4.wsdl +8235 -0
- data/lib/wsdl/LocalLB.ProfileHttp.wsdl +12256 -0
- data/lib/wsdl/LocalLB.ProfileHttpClass.wsdl +7414 -0
- data/lib/wsdl/LocalLB.ProfileHttpCompression.wsdl +8166 -0
- data/lib/wsdl/LocalLB.ProfileICAP.wsdl +6917 -0
- data/lib/wsdl/LocalLB.ProfileIIOP.wsdl +6726 -0
- data/lib/wsdl/LocalLB.ProfileOneConnect.wsdl +6784 -0
- data/lib/wsdl/LocalLB.ProfilePersistence.wsdl +2740 -0
- data/lib/wsdl/LocalLB.ProfileRADIUS.wsdl +6696 -0
- data/lib/wsdl/LocalLB.ProfileRTSP.wsdl +7424 -0
- data/lib/wsdl/LocalLB.ProfileRequestAdapt.wsdl +7041 -0
- data/lib/wsdl/LocalLB.ProfileRequestLogging.wsdl +2042 -0
- data/lib/wsdl/LocalLB.ProfileResponseAdapt.wsdl +7041 -0
- data/lib/wsdl/LocalLB.ProfileSCTP.wsdl +7887 -0
- data/lib/wsdl/LocalLB.ProfileSIP.wsdl +7866 -0
- data/lib/wsdl/LocalLB.ProfileSPDY.wsdl +7489 -0
- data/lib/wsdl/LocalLB.ProfileSPM.wsdl +953 -0
- data/lib/wsdl/LocalLB.ProfileServerSSL.wsdl +9566 -0
- data/lib/wsdl/LocalLB.ProfileStream.wsdl +6561 -0
- data/lib/wsdl/LocalLB.ProfileTCP.wsdl +9869 -0
- data/lib/wsdl/LocalLB.ProfileUDP.wsdl +6948 -0
- data/lib/wsdl/LocalLB.ProfileUserStatistic.wsdl +916 -0
- data/lib/wsdl/LocalLB.ProfileWebAcceleration.wsdl +8213 -0
- data/lib/wsdl/LocalLB.ProfileXML.wsdl +7022 -0
- data/lib/wsdl/LocalLB.RAMCacheInformation.wsdl +372 -0
- data/lib/wsdl/LocalLB.RateClass.wsdl +9480 -0
- data/lib/wsdl/LocalLB.Rule.wsdl +7033 -0
- data/lib/wsdl/LocalLB.SNAT.wsdl +7262 -0
- data/lib/wsdl/LocalLB.SNATPool.wsdl +6606 -0
- data/lib/wsdl/LocalLB.SNATPoolMember.wsdl +5960 -0
- data/lib/wsdl/LocalLB.SNATTranslationAddress.wsdl +6599 -0
- data/lib/wsdl/LocalLB.SNATTranslationAddressV2.wsdl +6760 -0
- data/lib/wsdl/LocalLB.VirtualAddress.wsdl +6676 -0
- data/lib/wsdl/LocalLB.VirtualAddressV2.wsdl +7539 -0
- data/lib/wsdl/LocalLB.VirtualServer.wsdl +14758 -0
- data/lib/wsdl/LocalLB.iFile.wsdl +302 -0
- data/lib/wsdl/LocalLB.iFileFile.wsdl +712 -0
- data/lib/wsdl/Log.DestinationArcSight.wsdl +377 -0
- data/lib/wsdl/Log.DestinationLocalSyslog.wsdl +469 -0
- data/lib/wsdl/Log.DestinationRemoteHighSpeedLog.wsdl +486 -0
- data/lib/wsdl/Log.DestinationRemoteSyslog.wsdl +751 -0
- data/lib/wsdl/Log.DestinationSplunk.wsdl +377 -0
- data/lib/wsdl/Log.Filter.wsdl +1175 -0
- data/lib/wsdl/Log.Publisher.wsdl +448 -0
- data/lib/wsdl/Management.ApplicationPresentationScript.wsdl +698 -0
- data/lib/wsdl/Management.ApplicationService.wsdl +1804 -0
- data/lib/wsdl/Management.ApplicationTemplate.wsdl +1323 -0
- data/lib/wsdl/Management.CCLDAPConfiguration.wsdl +1637 -0
- data/lib/wsdl/Management.CLIScript.wsdl +684 -0
- data/lib/wsdl/Management.CRLDPConfiguration.wsdl +763 -0
- data/lib/wsdl/Management.CRLDPServer.wsdl +626 -0
- data/lib/wsdl/Management.CertLDAPConfiguration.wsdl +2453 -0
- data/lib/wsdl/Management.ChangeControl.wsdl +735 -0
- data/lib/wsdl/Management.DBVariable.wsdl +352 -0
- data/lib/wsdl/Management.Device.wsdl +1697 -0
- data/lib/wsdl/Management.DeviceGroup.wsdl +1241 -0
- data/lib/wsdl/Management.EM.wsdl +456 -0
- data/lib/wsdl/Management.EventNotification.wsdl +1031 -0
- data/lib/wsdl/Management.EventSubscription.wsdl +1542 -0
- data/lib/wsdl/Management.FeatureModule.wsdl +424 -0
- data/lib/wsdl/Management.Folder.wsdl +635 -0
- data/lib/wsdl/Management.Globals.wsdl +166 -0
- data/lib/wsdl/Management.KeyCertificate.wsdl +2027 -0
- data/lib/wsdl/Management.LDAPConfiguration.wsdl +2645 -0
- data/lib/wsdl/Management.LicenseAdministration.wsdl +906 -0
- data/lib/wsdl/Management.Named.wsdl +740 -0
- data/lib/wsdl/Management.OCSPConfiguration.wsdl +447 -0
- data/lib/wsdl/Management.OCSPResponder.wsdl +2370 -0
- data/lib/wsdl/Management.Partition.wsdl +545 -0
- data/lib/wsdl/Management.Provision.wsdl +743 -0
- data/lib/wsdl/Management.RADIUSConfiguration.wsdl +951 -0
- data/lib/wsdl/Management.RADIUSServer.wsdl +602 -0
- data/lib/wsdl/Management.ResourceRecord.wsdl +2168 -0
- data/lib/wsdl/Management.SFlowDataSource.wsdl +776 -0
- data/lib/wsdl/Management.SFlowGlobals.wsdl +826 -0
- data/lib/wsdl/Management.SFlowReceiver.wsdl +694 -0
- data/lib/wsdl/Management.SMTPConfiguration.wsdl +854 -0
- data/lib/wsdl/Management.SNMPConfiguration.wsdl +4672 -0
- data/lib/wsdl/Management.TACACSConfiguration.wsdl +943 -0
- data/lib/wsdl/Management.TMOSModule.wsdl +309 -0
- data/lib/wsdl/Management.TrafficGroup.wsdl +953 -0
- data/lib/wsdl/Management.Trust.wsdl +703 -0
- data/lib/wsdl/Management.UserManagement.wsdl +1693 -0
- data/lib/wsdl/Management.View.wsdl +381 -0
- data/lib/wsdl/Management.Zone.wsdl +528 -0
- data/lib/wsdl/Management.ZoneRunner.wsdl +206 -0
- data/lib/wsdl/Networking.ARP.wsdl +776 -0
- data/lib/wsdl/Networking.AdminIP.wsdl +864 -0
- data/lib/wsdl/Networking.BWControllerPolicy.wsdl +1107 -0
- data/lib/wsdl/Networking.IPsecIkeDaemon.wsdl +368 -0
- data/lib/wsdl/Networking.IPsecIkePeer.wsdl +2701 -0
- data/lib/wsdl/Networking.IPsecManualSecurityAssociation.wsdl +1146 -0
- data/lib/wsdl/Networking.IPsecPolicy.wsdl +1380 -0
- data/lib/wsdl/Networking.IPsecTrafficSelector.wsdl +1104 -0
- data/lib/wsdl/Networking.Interfaces.wsdl +8359 -0
- data/lib/wsdl/Networking.LLDPGlobals.wsdl +590 -0
- data/lib/wsdl/Networking.PacketFilter.wsdl +6728 -0
- data/lib/wsdl/Networking.PacketFilterGlobals.wsdl +926 -0
- data/lib/wsdl/Networking.PortMirror.wsdl +373 -0
- data/lib/wsdl/Networking.ProfileFEC.wsdl +1350 -0
- data/lib/wsdl/Networking.ProfileGRE.wsdl +645 -0
- data/lib/wsdl/Networking.ProfileIPIP.wsdl +695 -0
- data/lib/wsdl/Networking.ProfileVXLAN.wsdl +563 -0
- data/lib/wsdl/Networking.ProfileWCCPGRE.wsdl +841 -0
- data/lib/wsdl/Networking.RouteDomain.wsdl +646 -0
- data/lib/wsdl/Networking.RouteDomainV2.wsdl +10056 -0
- data/lib/wsdl/Networking.RouteTable.wsdl +1209 -0
- data/lib/wsdl/Networking.RouteTableV2.wsdl +1531 -0
- data/lib/wsdl/Networking.RouterAdvertisement.wsdl +1067 -0
- data/lib/wsdl/Networking.STPGlobals.wsdl +796 -0
- data/lib/wsdl/Networking.STPInstance.wsdl +1147 -0
- data/lib/wsdl/Networking.STPInstanceV2.wsdl +1232 -0
- data/lib/wsdl/Networking.SelfIP.wsdl +557 -0
- data/lib/wsdl/Networking.SelfIPPortLockdown.wsdl +421 -0
- data/lib/wsdl/Networking.SelfIPV2.wsdl +10077 -0
- data/lib/wsdl/Networking.Trunk.wsdl +7133 -0
- data/lib/wsdl/Networking.Tunnel.wsdl +1354 -0
- data/lib/wsdl/Networking.VLAN.wsdl +2215 -0
- data/lib/wsdl/Networking.VLANGroup.wsdl +1441 -0
- data/lib/wsdl/Networking.iSessionAdvertisedRoute.wsdl +491 -0
- data/lib/wsdl/Networking.iSessionAdvertisedRouteV2.wsdl +619 -0
- data/lib/wsdl/Networking.iSessionDatastor.wsdl +459 -0
- data/lib/wsdl/Networking.iSessionDeduplication.wsdl +401 -0
- data/lib/wsdl/Networking.iSessionLocalInterface.wsdl +922 -0
- data/lib/wsdl/Networking.iSessionPeerDiscovery.wsdl +818 -0
- data/lib/wsdl/Networking.iSessionRemoteInterface.wsdl +1100 -0
- data/lib/wsdl/Networking.iSessionRemoteInterfaceV2.wsdl +1307 -0
- data/lib/wsdl/PEM.FormatScript.wsdl +542 -0
- data/lib/wsdl/PEM.ForwardingEndpoint.wsdl +849 -0
- data/lib/wsdl/PEM.InterceptionEndpoint.wsdl +414 -0
- data/lib/wsdl/PEM.Listener.wsdl +495 -0
- data/lib/wsdl/PEM.Policy.wsdl +4097 -0
- data/lib/wsdl/PEM.ServiceChainEndpoint.wsdl +762 -0
- data/lib/wsdl/PEM.Subscriber.wsdl +6527 -0
- data/lib/wsdl/Security.DoSDevice.wsdl +6670 -0
- data/lib/wsdl/Security.FirewallAddressList.wsdl +542 -0
- data/lib/wsdl/Security.FirewallGlobalAdminIPRuleList.wsdl +8891 -0
- data/lib/wsdl/Security.FirewallGlobalRuleList.wsdl +9171 -0
- data/lib/wsdl/Security.FirewallPolicy.wsdl +9355 -0
- data/lib/wsdl/Security.FirewallPortList.wsdl +544 -0
- data/lib/wsdl/Security.FirewallRuleList.wsdl +3360 -0
- data/lib/wsdl/Security.FirewallWeeklySchedule.wsdl +825 -0
- data/lib/wsdl/Security.LogProfile.wsdl +6927 -0
- data/lib/wsdl/Security.ProfileDNSSecurity.wsdl +6881 -0
- data/lib/wsdl/Security.ProfileDoS.wsdl +10389 -0
- data/lib/wsdl/Security.ProfileIPIntelligence.wsdl +7154 -0
- data/lib/wsdl/System.CertificateRevocationListFile.wsdl +840 -0
- data/lib/wsdl/System.Cluster.wsdl +956 -0
- data/lib/wsdl/System.ConfigSync.wsdl +1289 -0
- data/lib/wsdl/System.Connections.wsdl +497 -0
- data/lib/wsdl/System.Disk.wsdl +1442 -0
- data/lib/wsdl/System.ExternalMonitorFile.wsdl +834 -0
- data/lib/wsdl/System.Failover.wsdl +539 -0
- data/lib/wsdl/System.GeoIP.wsdl +181 -0
- data/lib/wsdl/System.HAGroup.wsdl +1983 -0
- data/lib/wsdl/System.HAStatus.wsdl +695 -0
- data/lib/wsdl/System.Inet.wsdl +438 -0
- data/lib/wsdl/System.Internal.wsdl +279 -0
- data/lib/wsdl/System.PerformanceSFlow.wsdl +722 -0
- data/lib/wsdl/System.Services.wsdl +1054 -0
- data/lib/wsdl/System.Session.wsdl +1023 -0
- data/lib/wsdl/System.SoftwareManagement.wsdl +1073 -0
- data/lib/wsdl/System.Statistics.wsdl +9469 -0
- data/lib/wsdl/System.SystemInfo.wsdl +7493 -0
- data/lib/wsdl/System.VCMP.wsdl +7766 -0
- data/lib/wsdl/WebAccelerator.Applications.wsdl +7765 -0
- data/lib/wsdl/WebAccelerator.Policies.wsdl +570 -0
- data/lib/wsdl/WebAccelerator.ProxyMessage.wsdl +157 -0
- data/lib/wsdl/iCall.PeriodicHandler.wsdl +751 -0
- data/lib/wsdl/iCall.PerpetualHandler.wsdl +1081 -0
- data/lib/wsdl/iCall.Script.wsdl +372 -0
- data/lib/wsdl/iCall.TriggeredHandler.wsdl +1071 -0
- data/metadata +323 -0
- data/spec/cassettes/F5_Icontrol_LocalLB_Pool/creates_a_pool.yml +49 -0
- data/spec/cassettes/F5_Icontrol_System_SystemInfo/retrieves_something_with_a_complex_return_type_and_input.yml +49 -0
- data/spec/cassettes/F5_Icontrol_System_SystemInfo/retrieves_the_uptime.yml +96 -0
- data/spec/cassettes/F5_Icontrol_System_SystemInfo/retrieves_the_version.yml +99 -0
- data/spec/models/local_lb/pool_spec.rb +26 -0
- data/spec/models/system/system_info_spec.rb +31 -0
- data/spec/spec_helper.rb +13 -0
- metadata +415 -0
@@ -0,0 +1,557 @@
|
|
1
|
+
<?xml version="1.0" ?>
|
2
|
+
<!--
|
3
|
+
Copyright (c) 1996-2013, F5 Networks, Inc., Seattle, Washington. All rights reserved.
|
4
|
+
|
5
|
+
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.
|
6
|
+
|
7
|
+
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.
|
8
|
+
|
9
|
+
-->
|
10
|
+
<definitions name="Networking.SelfIP"
|
11
|
+
targetNamespace="urn:iControl"
|
12
|
+
xmlns:tns="urn:iControl"
|
13
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
14
|
+
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
15
|
+
xmlns="http://schemas.xmlsoap.org/wsdl/">
|
16
|
+
|
17
|
+
<!-- types -->
|
18
|
+
|
19
|
+
<types>
|
20
|
+
<xsd:schema targetNamespace='urn:iControl'
|
21
|
+
xmlns='http://www.w3.org/2001/XMLSchema'
|
22
|
+
xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
|
23
|
+
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'>
|
24
|
+
<xsd:simpleType name="Common.EnabledState">
|
25
|
+
<xsd:restriction base="xsd:string">
|
26
|
+
<xsd:enumeration value="STATE_DISABLED">
|
27
|
+
<xsd:annotation>
|
28
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
29
|
+
</xsd:annotation>
|
30
|
+
</xsd:enumeration>
|
31
|
+
<xsd:enumeration value="STATE_ENABLED">
|
32
|
+
<xsd:annotation>
|
33
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
34
|
+
</xsd:annotation>
|
35
|
+
</xsd:enumeration>
|
36
|
+
</xsd:restriction>
|
37
|
+
</xsd:simpleType>
|
38
|
+
<xsd:complexType name="Common.StringSequence">
|
39
|
+
<xsd:complexContent>
|
40
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
41
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:complexContent>
|
44
|
+
</xsd:complexType>
|
45
|
+
<xsd:complexType name="Common.ULongSequence">
|
46
|
+
<xsd:complexContent>
|
47
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
48
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
49
|
+
</xsd:restriction>
|
50
|
+
</xsd:complexContent>
|
51
|
+
</xsd:complexType>
|
52
|
+
<xsd:complexType name="Common.IPAddressSequence">
|
53
|
+
<xsd:complexContent>
|
54
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
55
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
56
|
+
</xsd:restriction>
|
57
|
+
</xsd:complexContent>
|
58
|
+
</xsd:complexType>
|
59
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
60
|
+
<xsd:complexContent>
|
61
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
62
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
63
|
+
</xsd:restriction>
|
64
|
+
</xsd:complexContent>
|
65
|
+
</xsd:complexType>
|
66
|
+
</xsd:schema>
|
67
|
+
</types>
|
68
|
+
|
69
|
+
<!-- message -->
|
70
|
+
|
71
|
+
<message name="Networking.SelfIP.get_listRequest">
|
72
|
+
</message>
|
73
|
+
<message name="Networking.SelfIP.get_listResponse">
|
74
|
+
<part name="return" type="tns:Common.IPAddressSequence"/>
|
75
|
+
</message>
|
76
|
+
|
77
|
+
<message name="Networking.SelfIP.createRequest">
|
78
|
+
<part name="self_ips" type="tns:Common.IPAddressSequence"/>
|
79
|
+
<part name="vlan_names" type="tns:Common.StringSequence"/>
|
80
|
+
<part name="netmasks" type="tns:Common.IPAddressSequence"/>
|
81
|
+
<part name="unit_ids" type="tns:Common.ULongSequence"/>
|
82
|
+
<part name="floating_states" type="tns:Common.EnabledStateSequence"/>
|
83
|
+
</message>
|
84
|
+
<message name="Networking.SelfIP.createResponse">
|
85
|
+
</message>
|
86
|
+
|
87
|
+
<message name="Networking.SelfIP.delete_self_ipRequest">
|
88
|
+
<part name="self_ips" type="tns:Common.IPAddressSequence"/>
|
89
|
+
</message>
|
90
|
+
<message name="Networking.SelfIP.delete_self_ipResponse">
|
91
|
+
</message>
|
92
|
+
|
93
|
+
<message name="Networking.SelfIP.delete_all_self_ipsRequest">
|
94
|
+
</message>
|
95
|
+
<message name="Networking.SelfIP.delete_all_self_ipsResponse">
|
96
|
+
</message>
|
97
|
+
|
98
|
+
<message name="Networking.SelfIP.set_vlanRequest">
|
99
|
+
<part name="self_ips" type="tns:Common.IPAddressSequence"/>
|
100
|
+
<part name="vlan_names" type="tns:Common.StringSequence"/>
|
101
|
+
</message>
|
102
|
+
<message name="Networking.SelfIP.set_vlanResponse">
|
103
|
+
</message>
|
104
|
+
|
105
|
+
<message name="Networking.SelfIP.get_vlanRequest">
|
106
|
+
<part name="self_ips" type="tns:Common.IPAddressSequence"/>
|
107
|
+
</message>
|
108
|
+
<message name="Networking.SelfIP.get_vlanResponse">
|
109
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
110
|
+
</message>
|
111
|
+
|
112
|
+
<message name="Networking.SelfIP.get_netmaskRequest">
|
113
|
+
<part name="self_ips" type="tns:Common.IPAddressSequence"/>
|
114
|
+
</message>
|
115
|
+
<message name="Networking.SelfIP.get_netmaskResponse">
|
116
|
+
<part name="return" type="tns:Common.IPAddressSequence"/>
|
117
|
+
</message>
|
118
|
+
|
119
|
+
<message name="Networking.SelfIP.set_netmaskRequest">
|
120
|
+
<part name="self_ips" type="tns:Common.IPAddressSequence"/>
|
121
|
+
<part name="netmasks" type="tns:Common.IPAddressSequence"/>
|
122
|
+
</message>
|
123
|
+
<message name="Networking.SelfIP.set_netmaskResponse">
|
124
|
+
</message>
|
125
|
+
|
126
|
+
<message name="Networking.SelfIP.get_unit_idRequest">
|
127
|
+
<part name="self_ips" type="tns:Common.IPAddressSequence"/>
|
128
|
+
</message>
|
129
|
+
<message name="Networking.SelfIP.get_unit_idResponse">
|
130
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
131
|
+
</message>
|
132
|
+
|
133
|
+
<message name="Networking.SelfIP.set_unit_idRequest">
|
134
|
+
<part name="self_ips" type="tns:Common.IPAddressSequence"/>
|
135
|
+
<part name="unit_ids" type="tns:Common.ULongSequence"/>
|
136
|
+
</message>
|
137
|
+
<message name="Networking.SelfIP.set_unit_idResponse">
|
138
|
+
</message>
|
139
|
+
|
140
|
+
<message name="Networking.SelfIP.get_floating_stateRequest">
|
141
|
+
<part name="self_ips" type="tns:Common.IPAddressSequence"/>
|
142
|
+
</message>
|
143
|
+
<message name="Networking.SelfIP.get_floating_stateResponse">
|
144
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
145
|
+
</message>
|
146
|
+
|
147
|
+
<message name="Networking.SelfIP.set_floating_stateRequest">
|
148
|
+
<part name="self_ips" type="tns:Common.IPAddressSequence"/>
|
149
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
150
|
+
</message>
|
151
|
+
<message name="Networking.SelfIP.set_floating_stateResponse">
|
152
|
+
</message>
|
153
|
+
|
154
|
+
<message name="Networking.SelfIP.get_versionRequest">
|
155
|
+
</message>
|
156
|
+
<message name="Networking.SelfIP.get_versionResponse">
|
157
|
+
<part name="return" type="xsd:string"/>
|
158
|
+
</message>
|
159
|
+
|
160
|
+
<!-- portType -->
|
161
|
+
|
162
|
+
<portType name="Networking.SelfIPPortType">
|
163
|
+
<operation name="get_list">
|
164
|
+
<documentation>
|
165
|
+
Gets a list of all self IPs on this device.
|
166
|
+
|
167
|
+
</documentation>
|
168
|
+
<input message="tns:Networking.SelfIP.get_listRequest"/>
|
169
|
+
<output message="tns:Networking.SelfIP.get_listResponse"/>
|
170
|
+
</operation>
|
171
|
+
<operation name="create">
|
172
|
+
<documentation>
|
173
|
+
Creates the specified self IP addresses with extended attributes.
|
174
|
+
|
175
|
+
</documentation>
|
176
|
+
<input message="tns:Networking.SelfIP.createRequest"/>
|
177
|
+
<output message="tns:Networking.SelfIP.createResponse"/>
|
178
|
+
</operation>
|
179
|
+
<operation name="delete_self_ip">
|
180
|
+
<documentation>
|
181
|
+
Deletes the specified self IP addresses.
|
182
|
+
|
183
|
+
</documentation>
|
184
|
+
<input message="tns:Networking.SelfIP.delete_self_ipRequest"/>
|
185
|
+
<output message="tns:Networking.SelfIP.delete_self_ipResponse"/>
|
186
|
+
</operation>
|
187
|
+
<operation name="delete_all_self_ips">
|
188
|
+
<documentation>
|
189
|
+
Deletes all self IP addresses.
|
190
|
+
|
191
|
+
</documentation>
|
192
|
+
<input message="tns:Networking.SelfIP.delete_all_self_ipsRequest"/>
|
193
|
+
<output message="tns:Networking.SelfIP.delete_all_self_ipsResponse"/>
|
194
|
+
</operation>
|
195
|
+
<operation name="set_vlan">
|
196
|
+
<documentation>
|
197
|
+
Sets the VLANs with which the specified self IPs are associated.
|
198
|
+
|
199
|
+
</documentation>
|
200
|
+
<input message="tns:Networking.SelfIP.set_vlanRequest"/>
|
201
|
+
<output message="tns:Networking.SelfIP.set_vlanResponse"/>
|
202
|
+
</operation>
|
203
|
+
<operation name="get_vlan">
|
204
|
+
<documentation>
|
205
|
+
Gets the VLANs with which the specified self IPs are associated.
|
206
|
+
|
207
|
+
</documentation>
|
208
|
+
<input message="tns:Networking.SelfIP.get_vlanRequest"/>
|
209
|
+
<output message="tns:Networking.SelfIP.get_vlanResponse"/>
|
210
|
+
</operation>
|
211
|
+
<operation name="get_netmask">
|
212
|
+
<documentation>
|
213
|
+
Gets the netmasks of the specified self IPs.
|
214
|
+
|
215
|
+
</documentation>
|
216
|
+
<input message="tns:Networking.SelfIP.get_netmaskRequest"/>
|
217
|
+
<output message="tns:Networking.SelfIP.get_netmaskResponse"/>
|
218
|
+
</operation>
|
219
|
+
<operation name="set_netmask">
|
220
|
+
<documentation>
|
221
|
+
Sets the netmasks of the specified self IPs.
|
222
|
+
|
223
|
+
</documentation>
|
224
|
+
<input message="tns:Networking.SelfIP.set_netmaskRequest"/>
|
225
|
+
<output message="tns:Networking.SelfIP.set_netmaskResponse"/>
|
226
|
+
</operation>
|
227
|
+
<operation name="get_unit_id">
|
228
|
+
<documentation>
|
229
|
+
Gets the unit ids of the specified self IPs.
|
230
|
+
|
231
|
+
</documentation>
|
232
|
+
<input message="tns:Networking.SelfIP.get_unit_idRequest"/>
|
233
|
+
<output message="tns:Networking.SelfIP.get_unit_idResponse"/>
|
234
|
+
</operation>
|
235
|
+
<operation name="set_unit_id">
|
236
|
+
<documentation>
|
237
|
+
Sets the unit ids of the specified self IPs.
|
238
|
+
Note: If unit ID is being set to 0, then floating state will be set to disabled by default.
|
239
|
+
If unit ID is being set to 1 or 2, then floating state will be set to enabled.
|
240
|
+
|
241
|
+
</documentation>
|
242
|
+
<input message="tns:Networking.SelfIP.set_unit_idRequest"/>
|
243
|
+
<output message="tns:Networking.SelfIP.set_unit_idResponse"/>
|
244
|
+
</operation>
|
245
|
+
<operation name="get_floating_state">
|
246
|
+
<documentation>
|
247
|
+
Gets the floating states of the specified self IPs.
|
248
|
+
|
249
|
+
</documentation>
|
250
|
+
<input message="tns:Networking.SelfIP.get_floating_stateRequest"/>
|
251
|
+
<output message="tns:Networking.SelfIP.get_floating_stateResponse"/>
|
252
|
+
</operation>
|
253
|
+
<operation name="set_floating_state">
|
254
|
+
<documentation>
|
255
|
+
Sets the floating states of the specified self IPs.
|
256
|
+
Note: If floating state is being set to enabled, then unit ID will be set to 1 by default.
|
257
|
+
If floating state is being set to disabled, then unit ID will be set to 0.
|
258
|
+
|
259
|
+
</documentation>
|
260
|
+
<input message="tns:Networking.SelfIP.set_floating_stateRequest"/>
|
261
|
+
<output message="tns:Networking.SelfIP.set_floating_stateResponse"/>
|
262
|
+
</operation>
|
263
|
+
<operation name="get_version">
|
264
|
+
<documentation>
|
265
|
+
Gets the version information for this interface.
|
266
|
+
|
267
|
+
</documentation>
|
268
|
+
<input message="tns:Networking.SelfIP.get_versionRequest"/>
|
269
|
+
<output message="tns:Networking.SelfIP.get_versionResponse"/>
|
270
|
+
</operation>
|
271
|
+
</portType>
|
272
|
+
|
273
|
+
<!-- binding -->
|
274
|
+
|
275
|
+
<binding name="Networking.SelfIPBinding" type="tns:Networking.SelfIPPortType">
|
276
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
277
|
+
<operation name="get_list">
|
278
|
+
<documentation>
|
279
|
+
Gets a list of all self IPs on this device.
|
280
|
+
|
281
|
+
</documentation>
|
282
|
+
<soap:operation soapAction="urn:iControl:Networking/SelfIP"/>
|
283
|
+
<input>
|
284
|
+
<soap:body
|
285
|
+
use="encoded"
|
286
|
+
namespace="urn:iControl:Networking/SelfIP"
|
287
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
288
|
+
</input>
|
289
|
+
<output>
|
290
|
+
<soap:body
|
291
|
+
use="encoded"
|
292
|
+
namespace="urn:iControl:Networking/SelfIP"
|
293
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
294
|
+
</output>
|
295
|
+
</operation>
|
296
|
+
|
297
|
+
<operation name="create">
|
298
|
+
<documentation>
|
299
|
+
Creates the specified self IP addresses with extended attributes.
|
300
|
+
|
301
|
+
</documentation>
|
302
|
+
<soap:operation soapAction="urn:iControl:Networking/SelfIP"/>
|
303
|
+
<input>
|
304
|
+
<soap:body
|
305
|
+
use="encoded"
|
306
|
+
namespace="urn:iControl:Networking/SelfIP"
|
307
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
308
|
+
</input>
|
309
|
+
<output>
|
310
|
+
<soap:body
|
311
|
+
use="encoded"
|
312
|
+
namespace="urn:iControl:Networking/SelfIP"
|
313
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
314
|
+
</output>
|
315
|
+
</operation>
|
316
|
+
|
317
|
+
<operation name="delete_self_ip">
|
318
|
+
<documentation>
|
319
|
+
Deletes the specified self IP addresses.
|
320
|
+
|
321
|
+
</documentation>
|
322
|
+
<soap:operation soapAction="urn:iControl:Networking/SelfIP"/>
|
323
|
+
<input>
|
324
|
+
<soap:body
|
325
|
+
use="encoded"
|
326
|
+
namespace="urn:iControl:Networking/SelfIP"
|
327
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
328
|
+
</input>
|
329
|
+
<output>
|
330
|
+
<soap:body
|
331
|
+
use="encoded"
|
332
|
+
namespace="urn:iControl:Networking/SelfIP"
|
333
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
334
|
+
</output>
|
335
|
+
</operation>
|
336
|
+
|
337
|
+
<operation name="delete_all_self_ips">
|
338
|
+
<documentation>
|
339
|
+
Deletes all self IP addresses.
|
340
|
+
|
341
|
+
</documentation>
|
342
|
+
<soap:operation soapAction="urn:iControl:Networking/SelfIP"/>
|
343
|
+
<input>
|
344
|
+
<soap:body
|
345
|
+
use="encoded"
|
346
|
+
namespace="urn:iControl:Networking/SelfIP"
|
347
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
348
|
+
</input>
|
349
|
+
<output>
|
350
|
+
<soap:body
|
351
|
+
use="encoded"
|
352
|
+
namespace="urn:iControl:Networking/SelfIP"
|
353
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
354
|
+
</output>
|
355
|
+
</operation>
|
356
|
+
|
357
|
+
<operation name="set_vlan">
|
358
|
+
<documentation>
|
359
|
+
Sets the VLANs with which the specified self IPs are associated.
|
360
|
+
|
361
|
+
</documentation>
|
362
|
+
<soap:operation soapAction="urn:iControl:Networking/SelfIP"/>
|
363
|
+
<input>
|
364
|
+
<soap:body
|
365
|
+
use="encoded"
|
366
|
+
namespace="urn:iControl:Networking/SelfIP"
|
367
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
368
|
+
</input>
|
369
|
+
<output>
|
370
|
+
<soap:body
|
371
|
+
use="encoded"
|
372
|
+
namespace="urn:iControl:Networking/SelfIP"
|
373
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
374
|
+
</output>
|
375
|
+
</operation>
|
376
|
+
|
377
|
+
<operation name="get_vlan">
|
378
|
+
<documentation>
|
379
|
+
Gets the VLANs with which the specified self IPs are associated.
|
380
|
+
|
381
|
+
</documentation>
|
382
|
+
<soap:operation soapAction="urn:iControl:Networking/SelfIP"/>
|
383
|
+
<input>
|
384
|
+
<soap:body
|
385
|
+
use="encoded"
|
386
|
+
namespace="urn:iControl:Networking/SelfIP"
|
387
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
388
|
+
</input>
|
389
|
+
<output>
|
390
|
+
<soap:body
|
391
|
+
use="encoded"
|
392
|
+
namespace="urn:iControl:Networking/SelfIP"
|
393
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
394
|
+
</output>
|
395
|
+
</operation>
|
396
|
+
|
397
|
+
<operation name="get_netmask">
|
398
|
+
<documentation>
|
399
|
+
Gets the netmasks of the specified self IPs.
|
400
|
+
|
401
|
+
</documentation>
|
402
|
+
<soap:operation soapAction="urn:iControl:Networking/SelfIP"/>
|
403
|
+
<input>
|
404
|
+
<soap:body
|
405
|
+
use="encoded"
|
406
|
+
namespace="urn:iControl:Networking/SelfIP"
|
407
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
408
|
+
</input>
|
409
|
+
<output>
|
410
|
+
<soap:body
|
411
|
+
use="encoded"
|
412
|
+
namespace="urn:iControl:Networking/SelfIP"
|
413
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
414
|
+
</output>
|
415
|
+
</operation>
|
416
|
+
|
417
|
+
<operation name="set_netmask">
|
418
|
+
<documentation>
|
419
|
+
Sets the netmasks of the specified self IPs.
|
420
|
+
|
421
|
+
</documentation>
|
422
|
+
<soap:operation soapAction="urn:iControl:Networking/SelfIP"/>
|
423
|
+
<input>
|
424
|
+
<soap:body
|
425
|
+
use="encoded"
|
426
|
+
namespace="urn:iControl:Networking/SelfIP"
|
427
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
428
|
+
</input>
|
429
|
+
<output>
|
430
|
+
<soap:body
|
431
|
+
use="encoded"
|
432
|
+
namespace="urn:iControl:Networking/SelfIP"
|
433
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
434
|
+
</output>
|
435
|
+
</operation>
|
436
|
+
|
437
|
+
<operation name="get_unit_id">
|
438
|
+
<documentation>
|
439
|
+
Gets the unit ids of the specified self IPs.
|
440
|
+
|
441
|
+
</documentation>
|
442
|
+
<soap:operation soapAction="urn:iControl:Networking/SelfIP"/>
|
443
|
+
<input>
|
444
|
+
<soap:body
|
445
|
+
use="encoded"
|
446
|
+
namespace="urn:iControl:Networking/SelfIP"
|
447
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
448
|
+
</input>
|
449
|
+
<output>
|
450
|
+
<soap:body
|
451
|
+
use="encoded"
|
452
|
+
namespace="urn:iControl:Networking/SelfIP"
|
453
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
454
|
+
</output>
|
455
|
+
</operation>
|
456
|
+
|
457
|
+
<operation name="set_unit_id">
|
458
|
+
<documentation>
|
459
|
+
Sets the unit ids of the specified self IPs.
|
460
|
+
Note: If unit ID is being set to 0, then floating state will be set to disabled by default.
|
461
|
+
If unit ID is being set to 1 or 2, then floating state will be set to enabled.
|
462
|
+
|
463
|
+
</documentation>
|
464
|
+
<soap:operation soapAction="urn:iControl:Networking/SelfIP"/>
|
465
|
+
<input>
|
466
|
+
<soap:body
|
467
|
+
use="encoded"
|
468
|
+
namespace="urn:iControl:Networking/SelfIP"
|
469
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
470
|
+
</input>
|
471
|
+
<output>
|
472
|
+
<soap:body
|
473
|
+
use="encoded"
|
474
|
+
namespace="urn:iControl:Networking/SelfIP"
|
475
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
476
|
+
</output>
|
477
|
+
</operation>
|
478
|
+
|
479
|
+
<operation name="get_floating_state">
|
480
|
+
<documentation>
|
481
|
+
Gets the floating states of the specified self IPs.
|
482
|
+
|
483
|
+
</documentation>
|
484
|
+
<soap:operation soapAction="urn:iControl:Networking/SelfIP"/>
|
485
|
+
<input>
|
486
|
+
<soap:body
|
487
|
+
use="encoded"
|
488
|
+
namespace="urn:iControl:Networking/SelfIP"
|
489
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
490
|
+
</input>
|
491
|
+
<output>
|
492
|
+
<soap:body
|
493
|
+
use="encoded"
|
494
|
+
namespace="urn:iControl:Networking/SelfIP"
|
495
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
496
|
+
</output>
|
497
|
+
</operation>
|
498
|
+
|
499
|
+
<operation name="set_floating_state">
|
500
|
+
<documentation>
|
501
|
+
Sets the floating states of the specified self IPs.
|
502
|
+
Note: If floating state is being set to enabled, then unit ID will be set to 1 by default.
|
503
|
+
If floating state is being set to disabled, then unit ID will be set to 0.
|
504
|
+
|
505
|
+
</documentation>
|
506
|
+
<soap:operation soapAction="urn:iControl:Networking/SelfIP"/>
|
507
|
+
<input>
|
508
|
+
<soap:body
|
509
|
+
use="encoded"
|
510
|
+
namespace="urn:iControl:Networking/SelfIP"
|
511
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
512
|
+
</input>
|
513
|
+
<output>
|
514
|
+
<soap:body
|
515
|
+
use="encoded"
|
516
|
+
namespace="urn:iControl:Networking/SelfIP"
|
517
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
518
|
+
</output>
|
519
|
+
</operation>
|
520
|
+
|
521
|
+
<operation name="get_version">
|
522
|
+
<documentation>
|
523
|
+
Gets the version information for this interface.
|
524
|
+
|
525
|
+
</documentation>
|
526
|
+
<soap:operation soapAction="urn:iControl:Networking/SelfIP"/>
|
527
|
+
<input>
|
528
|
+
<soap:body
|
529
|
+
use="encoded"
|
530
|
+
namespace="urn:iControl:Networking/SelfIP"
|
531
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
532
|
+
</input>
|
533
|
+
<output>
|
534
|
+
<soap:body
|
535
|
+
use="encoded"
|
536
|
+
namespace="urn:iControl:Networking/SelfIP"
|
537
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
538
|
+
</output>
|
539
|
+
</operation>
|
540
|
+
</binding>
|
541
|
+
|
542
|
+
<!-- service -->
|
543
|
+
|
544
|
+
<service name="Networking.SelfIP">
|
545
|
+
<documentation>
|
546
|
+
*IMPORTANT* This entire interface has been deprecated (as of
|
547
|
+
11.0.0), since self IP addresses are accessed by name instead
|
548
|
+
of address. Please use the SelfIPV2 interface.
|
549
|
+
|
550
|
+
The SelfIP interface enables you to work with the definitions and attributes contained in a device's Self IP.
|
551
|
+
|
552
|
+
</documentation>
|
553
|
+
<port name="Networking.SelfIPPort" binding="tns:Networking.SelfIPBinding">
|
554
|
+
<soap:address location="https://url_to_service"/>
|
555
|
+
</port>
|
556
|
+
</service>
|
557
|
+
</definitions>
|