complexType GetTransportSettingsRes
diagram AXLSoap_p3967.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIResponse
properties
base axlapi:APIResponse
children return TransportSettings
used by
element getTransportSettingsResponse
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
annotation
documentation
Returns overall transport settings details
source <xsd:complexType name="GetTransportSettingsRes">
 
<xsd:annotation>
   
<xsd:documentation>Returns overall transport settings details</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIResponse">
     
<xsd:sequence>
       
<xsd:element name="return">
         
<xsd:simpleType>
           
<xsd:restriction base="xsd:string"/>
         
</xsd:simpleType>
       
</xsd:element>
       
<xsd:element name="TransportSettings" type="axlapi:XTransportSettings"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element GetTransportSettingsRes/return
diagram AXLSoap_p3968.png
type restriction of xsd:string
properties
content simple
source <xsd:element name="return">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string"/>
 
</xsd:simpleType>
</xsd:element>

element GetTransportSettingsRes/TransportSettings
diagram AXLSoap_p3969.png
type axlapi:XTransportSettings
properties
content complex
children transportmode transportUrl transportGatewayUrl httpHost httpPort proxyAuthenticationEnabled proxyUserName proxyPassword
source <xsd:element name="TransportSettings" type="axlapi:XTransportSettings"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy