Creates a new ContactService of Axional Studio.contacts type with the credencials which are defined in the attributes.

1 google.contacts.contactsService

<google.contacts.contactsService
    userName='userName'
    password='password'
/>
Example

Create an user with the name jmluque@gmail.com and password.

Copy
<xsql-script name='contacts_contactsService'>
    <body>
        <google.contacts.contactsService user='jmluque@gmail.com' pass='xxxxx' />
    </body>
</xsql-script>