The SharePoint web service usergroup.asmx has two methods to add role definitions to a site collection:
Both have the exact same description: "Adds a role definition to the current site collection."
Does anybody know if there is a difference between the two? So far, the only difference I see is that AddRoleDef takes a 64 bit unsigned integer as one of the parameters, and AddRole takes a 32 bit unsigned integer.