Instruction manual
Appendix B: NetScaler API Reference
B-8 NetScaler 9000 Series Installation and Configuration Guide - Volume 1
NSICG60_JAN05
The following is the XML Response for the above request:
B.9 The Web Service Definition Language (WSDL)
The interface schema provided by NetScaler enables the development of
client applications that use the API in a language and platform with which the
developer is comfortable. This interface schema is based on the WSDL
specification.
<ns:getlbvserverResponse>
<rc xsi:type="xsd:unsignedInt">0</rc>
<message xsi:type="xsd:string">Done</message>
<List xsi:type="SOAP-ENC:Array"
SOAP-ENC:arrayType="ns:lbvserver[2]">
<item xsi:type="ns:lbvserver">
<vServerName xsi:type="xsd:string>vipLB1
</vServerName>
<serviceType xsi:type="xsd:string>HTTP</serviceType>
<IPAddress xsi:type="xsd:string >10.100.101.1
</IPAddress>
<port xsi:type="xsd:unsignedInt">80</port>
</item>
<item xsi:type="ns:lbvserver">
<vServerName xsi:type="xsd:string>vipLB2
</vServerName>
<serviceType xsi:type="xsd:string>HTTP</serviceType>
<IPAddress xsi:type="xsd:string >10.100.101.2
</IPAddress>
<port xsi:type="xsd:unsignedInt">80</port>
</item>
</List>
</ns:getlbvserverResponse>