The GetProfileId Web service calls the getProfileId method in the underlying atg.userprofiling.ProfileServices implementation.
The getProfileId method does the following:
Calls
ProfileTools.getItem()with the given login.Returns the ID of the found item or null if no item exists with that login.

