The following error occurs with method updateObject:
This operation requires Function Access for Requests equal to View or Modify
<ErrorCode>1013</ErrorCode>
SDM 17.x
username is case-sensitive.
1. Log into SDM > Administration > Security and Role Management > Contacts: Search for the contact that will be used to get the SID using login method via SDM SOAP WebServices
2. Take note of the userid field
3. Consume the login method using the same case from userid field (ie: ServiceDesk) and get a new SID
4. Consume the updateObject method using the new SID.