The CreateUser Web service attempts to create a new profile from the information in the input ProfileAsXML String, which is a Repo2XML item. The profile ID for the new profile is returned.

Any password present in the ProfileAsXML argument must be cleartext, so it is recommended you always use a secure connection to call this service.

EAR file

userprofilingWebServices.ear

WAR file

usersession.war

Context root

userprofiling/usersession

Servlet

createUser

Web Service URL

http://hostname:port/userprofiling/usersession/createUser

WSDL URL

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

Web Service Class

webservice.CreateUserSEIImpl

Input Parameters

String ProfileAsXML

Output

String ProfileId

Nucleus Component

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

Method

createUser(String pProfileAsXml)

Executes within a session

Yes

Security FunctionalName

createOperation


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