{"id":9741,"date":"2023-08-09T13:14:45","date_gmt":"2023-08-09T20:14:45","guid":{"rendered":"https:\/\/www.serviceobjects.com\/docs\/?page_id=9741"},"modified":"2023-08-09T13:16:11","modified_gmt":"2023-08-09T20:16:11","slug":"dots-telephone-verification-tv","status":"publish","type":"page","link":"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/","title":{"rendered":"DOTS Telephone Verification"},"content":{"rendered":"\n<ul class=\"is-style-bullets-list wp-block-list\">\n<li><a href=\"#DOTSTelephoneVerification-Introduction\">Introduction<\/a><\/li>\n\n\n\n<li><a href=\"#DOTSTelephoneVerification-DeveloperGuideMap\">Developer Guide Map<\/a><\/li>\n\n\n\n<li><a href=\"#DOTSTelephoneVerification-IntegrationBasics\">Integration Basics<\/a><\/li>\n<\/ul>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"DOTSTelephoneVerification-Introduction\">Introduction<\/h1>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>DOTS Telephone Verification (referred to as &#8220;Telephone Verification&#8221; or &#8220;TV&#8221;) is a publicly available XML web service with several methods to verify a telephone number. The verification options range from looking at the phone number&#8217;s exchange information to dialing the phone number<\/li>\n\n\n\n<li>in real time.<\/li>\n\n\n\n<li><\/li>\n\n\n\n<li>Telephone Verification is accessible over three protocols: HTTP GET, HTTP POST, and SOAP over HTTP POST. Most programming languages<\/li>\n\n\n\n<li>have built-in classes to access web services over SOAP, but you may access the service via any of these three methods.<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-buttons alignwide is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\"><\/div>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"DOTSTelephoneVerification-DeveloperGuideMap\">Developer Guide Map<\/h1>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/tv-operations\">Operations<\/a>\n<ul class=\"wp-block-list\">\n<li>This section lists the DOTS Telephone Verification operations and goes into the details behind the inputs and outputs.\n<ul class=\"wp-block-list\">\n<li>Operations:\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/tv-operations\/tv-placecall\">PlaceCall<\/a> <mark style=\"background-color:rgba(0, 0, 0, 0);color:#339966\" class=\"has-inline-color\">(<strong>Recommended Operation<\/strong>)<\/mark><\/li>\n\n\n\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/tv-operations\/tv-sendsms\/\">SendSMS<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/tv-operations\/tv-getphoneinfo\">GetPhoneInfo<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/tv-operations\/tv-getexchangeinfo\">GetExchangeInfo<\/a><\/li>\n\n\n\n<li><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/tv-notes\">Notes<\/a>\n<ul class=\"wp-block-list\">\n<li>This section shows additional supporting data tables that are associated to the DOTS Telephone Verification operations<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/tv-errors\">Errors<\/a>\n<ul class=\"wp-block-list\">\n<li>Similar to the Notes section, this section reflects details on the error outputs that can happen with the service<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/tv-code-snippets-and-sample-code\/(opens in a new tab)\">Code Snippets and Sample Code<\/a>\n<ul class=\"wp-block-list\">\n<li>Here you&#8217;ll find code snippets for various programming languages and frameworks along with links to our sample code page on the web site.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-address-validation-us-3\/av3-try-the-api\/\">Try The API<\/a><\/li>\n<\/ul>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"DOTSTelephoneVerification-IntegrationBasics\">Integration Basics<\/h1>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>Integrating Telephone Verification into your application should be easy and straightforward. If you are using a common platform, such as asp, vb, C# .NET, PHP and others, Service Objects may already have sample code built that you can use:<\/li>\n\n\n\n<li><a href=\"https:\/\/www.serviceobjects.com\/developers\/sample-code\/  \">https:\/\/www.serviceobjects.com\/developers\/sample-code\/  <\/a><\/li>\n<\/ul>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>However, if you are using a common platform that does not already have sample code, you can ask Service Objects to build an example for you. Email support@serviceobjects.com for more details.<br><\/li>\n\n\n\n<li><\/li>\n\n\n\n<li><strong>Web Service Structure<\/strong><\/li>\n\n\n\n<li>Web services provide a standard interface to encapsulate tricky business logic. They allow simple integration of applications via the web.<\/li>\n\n\n\n<li>Service Objects has followed web services best practices and come up with some of its own standards to ensure that its web services are as easy to integrate and as accessible as possible.<\/li>\n\n\n\n<li><strong>The host path, or physical location of the web service is here:<\/strong><\/li>\n\n\n\n<li><a href=\"https:\/\/trial.serviceobjects.com\/rest\/tv\/api.svc\">https:\/\/trial.serviceobjects.com\/rest\/tv\/api.svc<\/a><\/li>\n\n\n\n<li><\/li>\n\n\n\n<li><strong>A test page for the web service can be found here:<\/strong><\/li>\n\n\n\n<li><a href=\"https:\/\/trial.serviceobjects.com\/rest\/tv\/\">https:\/\/trial.serviceobjects.com\/rest\/tv\/<\/a><\/li>\n\n\n\n<li><\/li>\n\n\n\n<li><strong>The location of the WSDL, or Web Service Definition Language document, is here <\/strong><\/li>\n\n\n\n<li>(This is also accessible via the &#8220;Service Definition&#8221; link.):<\/li>\n<\/ul>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li><a href=\"https:\/\/trial.serviceobjects.com\/tv\/TelephoneVerification.asmx?WSD\">https:\/\/trial.serviceobjects.com\/tv\/TelephoneVerification.asmx?WSD<\/a><\/li>\n\n\n\n<li>&nbsp;<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-group is-style-card-note is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Important Note!<\/strong><br>SOAP is done via POST, only with special XML markup in the post-bod<\/p>\n<\/div>\n\n\n\n<p>The WSDL is and XML document that defines the the interaction web service, meaning its inputs, outputs, operations, and the like. Most likely, you will have another tool read this WSDL and make the operations available to you in your application via some type of proxy class. Whenever your utilities or IDE asks for a WSDL path, you can provide this one. Every web service has operations that it offers to<br>subscribers. These operations, also called methods, contain different functionality and return different outputs.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Developer Guide Map Integration Basics Important Note!SOAP is done via POST, only with special XML markup in the post-bod The WSDL is and XML document that defines the the interaction web service, meaning its inputs, outputs, operations, and the like. Most likely, you will have another tool read this WSDL and make the operations [&hellip;]<\/p>\n","protected":false},"author":22,"featured_media":0,"parent":0,"menu_order":29,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9741","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>DOTS Telephone Verification<\/title>\n<meta name=\"description\" content=\"Introduction Developer Guide Map Integration Basics Introduction DOTS Telephone Verification (referred to as &quot;Telephone Verification&quot; or &quot;TV&quot;) is a\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DOTS Telephone Verification\" \/>\n<meta property=\"og:description\" content=\"Introduction Developer Guide Map Integration Basics Introduction DOTS Telephone Verification (referred to as &quot;Telephone Verification&quot; or &quot;TV&quot;) is a\" \/>\n<meta property=\"og:url\" content=\"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/\" \/>\n<meta property=\"og:site_name\" content=\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-09T20:16:11+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/\",\"url\":\"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/\",\"name\":\"DOTS Telephone Verification\",\"isPartOf\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#website\"},\"datePublished\":\"2023-08-09T20:14:45+00:00\",\"dateModified\":\"2023-08-09T20:16:11+00:00\",\"description\":\"Introduction Developer Guide Map Integration Basics Introduction DOTS Telephone Verification (referred to as \\\"Telephone Verification\\\" or \\\"TV\\\") is a\",\"breadcrumb\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/test.serviceobjects.com\/docs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DOTS Telephone Verification\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#website\",\"url\":\"https:\/\/test.serviceobjects.com\/docs\/\",\"name\":\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/test.serviceobjects.com\/docs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#organization\",\"name\":\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\",\"url\":\"https:\/\/test.serviceobjects.com\/docs\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png\",\"contentUrl\":\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png\",\"width\":2560,\"height\":1440,\"caption\":\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\"},\"image\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DOTS Telephone Verification","description":"Introduction Developer Guide Map Integration Basics Introduction DOTS Telephone Verification (referred to as \"Telephone Verification\" or \"TV\") is a","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"DOTS Telephone Verification","og_description":"Introduction Developer Guide Map Integration Basics Introduction DOTS Telephone Verification (referred to as \"Telephone Verification\" or \"TV\") is a","og_url":"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/","og_site_name":"Service Objects | Contact, Phone, Email Verification | Data Quality Services","article_modified_time":"2023-08-09T20:16:11+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/","url":"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/","name":"DOTS Telephone Verification","isPartOf":{"@id":"https:\/\/test.serviceobjects.com\/docs\/#website"},"datePublished":"2023-08-09T20:14:45+00:00","dateModified":"2023-08-09T20:16:11+00:00","description":"Introduction Developer Guide Map Integration Basics Introduction DOTS Telephone Verification (referred to as \"Telephone Verification\" or \"TV\") is a","breadcrumb":{"@id":"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/test.serviceobjects.com\/docs\/dots-telephone-verification-tv\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/test.serviceobjects.com\/docs\/"},{"@type":"ListItem","position":2,"name":"DOTS Telephone Verification"}]},{"@type":"WebSite","@id":"https:\/\/test.serviceobjects.com\/docs\/#website","url":"https:\/\/test.serviceobjects.com\/docs\/","name":"Service Objects | Contact, Phone, Email Verification | Data Quality Services","description":"","publisher":{"@id":"https:\/\/test.serviceobjects.com\/docs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/test.serviceobjects.com\/docs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/test.serviceobjects.com\/docs\/#organization","name":"Service Objects | Contact, Phone, Email Verification | Data Quality Services","url":"https:\/\/test.serviceobjects.com\/docs\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/test.serviceobjects.com\/docs\/#\/schema\/logo\/image\/","url":"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png","contentUrl":"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png","width":2560,"height":1440,"caption":"Service Objects | Contact, Phone, Email Verification | Data Quality Services"},"image":{"@id":"https:\/\/test.serviceobjects.com\/docs\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/9741","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/users\/22"}],"replies":[{"embeddable":true,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/comments?post=9741"}],"version-history":[{"count":19,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/9741\/revisions"}],"predecessor-version":[{"id":9863,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/9741\/revisions\/9863"}],"wp:attachment":[{"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/media?parent=9741"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}