
// javascript proxy for webservices
// by Matthias Hertel
/*  */

proxies.HoSTC_Service = {
url: "http://www.hsx.vn/LS_HSX/HoSTC_Service.asmx",
ns: "http://tempuri.org/"
} // proxies.HoSTC_Service

proxies.HoSTC_Service.GetLiveSecurity = function () { return(proxies.callSoap(arguments)); }
proxies.HoSTC_Service.GetLiveSecurity.fname = "GetLiveSecurity";
proxies.HoSTC_Service.GetLiveSecurity.service = proxies.HoSTC_Service;
proxies.HoSTC_Service.GetLiveSecurity.action = "http://tempuri.org/GetLiveSecurity";
proxies.HoSTC_Service.GetLiveSecurity.params = ["f_time"];
proxies.HoSTC_Service.GetLiveSecurity.rtype = ["GetLiveSecurityResult"];

proxies.HoSTC_Service.fGetSTOCKROOM = function () { return(proxies.callSoap(arguments)); }
proxies.HoSTC_Service.fGetSTOCKROOM.fname = "fGetSTOCKROOM";
proxies.HoSTC_Service.fGetSTOCKROOM.service = proxies.HoSTC_Service;
proxies.HoSTC_Service.fGetSTOCKROOM.action = "http://tempuri.org/fGetSTOCKROOM";
proxies.HoSTC_Service.fGetSTOCKROOM.params = [];
proxies.HoSTC_Service.fGetSTOCKROOM.rtype = ["fGetSTOCKROOMResult"];

proxies.HoSTC_Service.GetLiveTotalMKT = function () { return(proxies.callSoap(arguments)); }
proxies.HoSTC_Service.GetLiveTotalMKT.fname = "GetLiveTotalMKT";
proxies.HoSTC_Service.GetLiveTotalMKT.service = proxies.HoSTC_Service;
proxies.HoSTC_Service.GetLiveTotalMKT.action = "http://tempuri.org/GetLiveTotalMKT";
proxies.HoSTC_Service.GetLiveTotalMKT.params = ["bFirstTime"];
proxies.HoSTC_Service.GetLiveTotalMKT.rtype = ["GetLiveTotalMKTResult"];

proxies.HoSTC_Service.fPUT_THROUGHT = function () { return(proxies.callSoap(arguments)); }
proxies.HoSTC_Service.fPUT_THROUGHT.fname = "fPUT_THROUGHT";
proxies.HoSTC_Service.fPUT_THROUGHT.service = proxies.HoSTC_Service;
proxies.HoSTC_Service.fPUT_THROUGHT.action = "http://tempuri.org/fPUT_THROUGHT";
proxies.HoSTC_Service.fPUT_THROUGHT.params = [];
proxies.HoSTC_Service.fPUT_THROUGHT.rtype = ["fPUT_THROUGHTResult"];

proxies.HoSTC_Service.fUserOnline = function () { return(proxies.callSoap(arguments)); }
proxies.HoSTC_Service.fUserOnline.fname = "fUserOnline";
proxies.HoSTC_Service.fUserOnline.service = proxies.HoSTC_Service;
proxies.HoSTC_Service.fUserOnline.action = "http://tempuri.org/fUserOnline";
proxies.HoSTC_Service.fUserOnline.params = ["bFirstTime"];
proxies.HoSTC_Service.fUserOnline.rtype = ["fUserOnlineResult"];
