Implemented 3 webservices

  • CallPersonCheck

        /// <description>
        /// This web services is used to check blocked person which can help banks in meeting the requirements
        /// of the US Treasury Department's Office of Foreign Asset Control (OFAC).
        /// reference: http://www.webservicex.net/OFACSDN.asmx
        /// </description>
        /// <InputFormat>
        /// Lastname, Firstname e.g. MONTANEZ, Michael or NKOMO, John
        /// </InputFormat>
        /// <MoreInputFormat>
        /// These formats can be used after called JavaScript Tope
        /// Firstname Lastname
        /// FIRSTNAME Lastname
        /// </MoreInputFormat>

  • CallPhoneSearch

        /// <description>
        /// This web services can input any US or Canadian phone number to return phone number's informations
        /// reference: http://ws.cdyne.com/cdyne411ws/cdyne411.asmx?op=ReversePhone
        /// </description>
        /// <InputFormat>
        /// 10 digits phone number: XXXXXXXXXX
        /// </InputFormat>
        /// <MoreInputFormat>
        /// These formats can be used after called JavaScript Tope
        /// International: 1-XXX-XXX-XXXX
        /// Hyphen: XXX-XXX-XXXX
        /// Paren: (XXX)-XXX-XXXX
        /// Digit10: XXXXXXXXXX
        /// </MoreInputFormat>

  • CallBornOn

        /// <description>
        /// This web services find the famous person who born on the input date
        /// reference: http://www.abundanttech.com/webservices/deadoralive/deadoralive.asmx?op=getBornOn
        /// </description>
        /// <InputFormat>
        /// MM/DD/YYYY or MM-DD-YYYY or MM.DD.YYYY
        /// </InputFormat>
        /// <MoreInputFormat>
        /// These formats can be used after called JavaScript Tope
        /// YYYY/MM/DD or YYYY-MM-DD or YYYY.MM.DD
        /// Month DD, YYYY e.g. August 29, 1958 or Aug 29, 1958
        /// </MoreInputFormat>