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'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
AuserName | String | Username. | |||
Apassword | String | Password. |
Returns | |
---|---|
Type | Description |
ContactsService | Returns the new service created. |
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>