The UpdateUser Web service attempts to change a profile using information passed in as the ProfileAsXML argument (a Repo2XML item).

Note: Do not use this service for updating passwords. If a password property were included in the Repo2Xml item for this ProfileAsXML argument, the value would be persisted as it appeared in the file; the password string would not be encrypted, resulting in invalid login attempts for the user in the future. To change a password, use the setPassword Web service instead.

EAR file

userprofilingWebServices.ear

WAR file

usersession.war

Context root

userprofiling/usersession

Servlet

updateUser

Web Service URL

http://hostname:port/userprofiling/usersession/updateUser

WSDL URL

http://hostname:port/userprofiling/usersession/updateUser?WSDL

Web Service Class

webservice.UpdateUserSEIImpl

Input Parameters

String ProfileAsXML

Output

None

Nucleus Component

/atg/userprofiling/ProfileServices (class atg.userprofiling.ProfileServices)

Method

updateUser(String pProfileAsXml)

Executes within a session

Yes

Security FunctionalName

xmlProfileOwnerOperation


Copyright © 1997, 2015 Oracle and/or its affiliates. All rights reserved. Legal Notices