diff --git a/wsclient.module b/wsclient.module
index 03bfbe0..480cdaa 100644
--- a/wsclient.module
+++ b/wsclient.module
@@ -51,6 +51,11 @@ function wsclient_entity_info() {
  * Implements hook_entity_info_alter().
  */
 function wsclient_entity_info_alter(&$info) {
+
+  // Entity Token module might want to add token information
+  // @see http://drupal.org/node/1292734
+  unset($info['wsclient_service']['token type']);
+
   $services = entity_load_multiple_by_name('wsclient_service', FALSE);
   // We register entities for all remote data types, however we skip the remote
   // site pointing at ourself ('self') defined by the testing module, as this
