SOAP Version: 1.1
Main class which you can use to connect to your web service
svcTC2APISoap service = new svcTC2APISoap(null,"https://tcdev.alarmnet.com/TC3APIDevET/TC2.asmx",30000);
service.CheckSecurityPanelLastCommandStateExV2();
svcTC2APISoap service = new svcTC2APISoap(null,"https://tcdev.alarmnet.com/TC3APIDevET/TC2.asmx");
service.CheckSecurityPanelLastCommandStateExV2();
svcTC2APISoap service = new svcTC2APISoap();
service.httpHeaders.add( new HeaderProperty("Authorization","Basic QWxhZGRpbjpPcGVuU2VzYW1l"));
service.CheckSecurityPanelLastCommandStateExV2();
svcTC2APISoap service = new svcTC2APISoap();
service.enableLogging=true;
service.CheckSecurityPanelLastCommandStateExV2();
any
collections
service.createClassesForAny=true;