Example #1
0
            public virtual SiteInfoResponseType GetSiteInfoObject(string site, String authToken)
            {
                //GlobalClass.WaterAuth.SiteInfoServiceAllowed(Context, authToken);

                try
                {
                    return(ODws.GetSiteInfo(site));
                }
                catch (Exception we)
                {
                    log.Warn(we.Message);
                    throw SoapExceptionGenerator.WOFExceptionToSoapException(we);
                }
            }