Version
4.0
Table of Contents
Copyright Notice ........................................................................... 2
Table of Contents.......................................................................... 3
1
Introduction .......................................................................... 17
1.1
Introducing ZXTM.............................................................17
1.2
Introducing the Control API ...............................................18
1.2.1
Standards conformant SOAP communications ............18
1.3
Code samples ..................................................................19
1.3.1
listVS.pl using Perl SOAP::Lite .................................20
1.3.2
listVS.cs using C Sharp ...........................................21
1.3.3
listVS.java using Java .............................................23
1.3.4
listVS.py using Python ............................................26
1.3.5
listVS.php using PHP 5............................................27
1.4
SOAP based Architecture...................................................28
1.4.1
Security Considerations ..........................................29
2
Sample Control API applications............................................ 30
2.1
Blocking traffic from an IP address......................................30
2.1.1
Perl Example .........................................................31
2.1.2
C# Example ..........................................................32
2.2
Adding a node to a pool ....................................................34
2.2.1
Perl Example .........................................................34
2.2.2
C# Example ..........................................................36
2.3
Reconfiguring your site based on Traffic Load .......................39
2.3.1
Perl Example .........................................................40
2.3.2
C# Example ..........................................................42
3
Troubleshooting..................................................................... 45
3.1
Overview ........................................................................45
3.1.1
Can't find the WSDL files? .......................................45
3.2
General Debugging Tricks..................................................45
3.2.1
Log Files ...............................................................45
3
New Page 1