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