Member: Person Noun
The Person noun defines types related to a person. A person is a human that can be a guest, a registered user or an administrator. The service data object (SDO) is com.ibm.commerce.member.facade.datatypes.PersonType.
BOD Summary
Access Profile and Expression Builder columns are for Get BOD only.
BOD Action Code / Access Profile Action Expression Service Provided Sample XML Message Client Library / Expression Builder ProcessPerson Register Self registration of a person. Request
Response
MemberFacadeClient.registerPerson(java.util.Map) AuthenticatePassword Authenticates a person based on the following criteria: logon ID and password. The identity of the previous person prior to authenticating is determined based on the IdentityToken that is in the header. If the previous person is a guest, then any resources owned by the guest are migrated to the authenticated person. Request
Response
MemberFacadeClient.authenticatePassword(java.util.Map) AuthenticateLTPA Authenticates a person using an LTPA token value. The identity of the previous person prior to authenticating is deterimined based on the IdentityToken that is in the header. If the previous person was a guest, then any resources that were owned by the guest would be migrated to the authenticated person. Request
Response
MemberFacadeClient.authenticateLTPA(java.util.Map) Logout Ends the session of the person based on the current identity token that is in the header. Request
Response
MemberFacadeClient.logout(java.util.Map) ResetPassword Reset password while authenticated. Request
Response
MemberFacadeClient.resetPassword(java.util.Map) ResetPassword Reset password while unauthenticated. Request
Response
MemberFacadeClient.resetPassword(java.util.Map) CreateGuest Will create a new guest user and a guest session that can be used in subsequent service requests. The purpose of this action is for applications to create a temporary person so it can call services that will associate information with the user. This service does not require any information about the person to be populated and will return the UniqueID of the guest user along with the session identity ID and signature. The session information will be populated in the UserData section of the Person's credentials. Request
Response
MemberFacadeClient.createGuest(java.util.Map) ChangePerson Update /Person Update the person's profile information, including the contact information. Request
Response
MemberFacadeClient.updatePerson(java.util.Map) Create /Person/AddressBook/Contact Add an address into the address book. Request
Response
MemberFacadeClient.addAddressForPerson(java.util.Map) Update /Person/AddressBook/Contact Update an address in the address book. Request
Response
MemberFacadeClient.updateAddressForPerson(java.util.Map) Delete /Person/AddressBook/Contact Delete an address from the address book. Request
Response
MemberFacadeClient.deleteAddressForPerson(java.util.Map) Update /Person/CheckoutProfile Update the checkout profile. Request
Response
MemberFacadeClient.updateCheckoutProfile(java.util.Map) GetPerson IBM_Summary IBM_Details IBM_CheckoutProfile IBM_All {self=true}/Person Find current person. Request
Response
findCurrentPerson IBM_Summary IBM_Details IBM_CheckoutProfile IBM_All /Person[PersonIdentifier[(UniqueID='$personId$')]] Find by unique ID. Request
Response
findByUniqueID IBM_Summary IBM_Details IBM_CheckoutProfile IBM_All /Person[Credential[LogonID='$logonID$']] Find by logon ID. Request
Response
findByLogonID IBM_Summary IBM_Details IBM_CheckoutProfile IBM_All /Person[PersonIdentifier[(DistinguishedName='$distinguishedName$')]] Find by distinguished name. Request
Response
findByDistinguishedName IBM_Summary, IBM_Details, IBM_CheckoutProfile, IBM_All /Person[search($searchCriteria$)] Person basic search.
Use one field, or a combination of fields using the same search operator. i.e starts-with, as specified in the request expression. The search is not case sensitive. Search results return the persons matching the given search criteria.
The following fields can be used to specify person search criteria:
- Credential/LogonID
- ContactInfo/ContactName/FirstName
- ContactInfo/ContactName/LastName
- ContactInfo/Telephone1/Value
- ContactInfo/MobilePhone1/Value
- ContactInfo/Address/City
- ContactInfo/Address/PostalCode
- ContactInfo/EmailAddress1/Value
Since WebSphere Commerce Version 7.0.0.7, search results only contain registered customers. For purpose of backward compatibility, an option to search for all users may be defined in WC_eardir/xml/config/com.ibm.commerce.member/wc-component.xml as shown in the following snippet.
<_config:extendedconfiguration>
<_config:configgrouping name="GetPerson">
<_config:property name="SearchReturnAdministratorsAndCustomers" value="Y"/>
</_config:configgrouping>
</_config:extendedconfiguration>Request
Response
MemberFacadeClient.getPerson(GetType)
Access Profile
Some sample XML request and response web service messages are provided for each noun. These sample messages might not include all properties or attributes. To view a sample message that includes other properties or attributes, enable logging and tracing for the appropriate component and then call the web service to set or change the properties or attributes. Review the corresponding log file to see the request or response information.
Access Profile Data Returned IBM_Summary
- /Person/PersonIdentifier
- /Person/ParentOrganizationIdentifier
- /Person/ContactInfo/ContactName
- /Person/ContactInfo/ContactInfoIdentifier
- /Person/Credential
IBM_Details
- IBM_Summary information
- /Person/ContactInfo
IBM_CheckoutProfile
- /Person/PersonIdentifier
- /Person/CheckoutProfile
IBM_All
- IBM_Details information
- Remaining /Person information, for example address book
XSD files
- Person.xsd
- MemberCommon.xsd
- IdentifierTypes.xsd
- CommonTypes.xsd
- BaseTypes.xsd
- CommerceFoundation.xsd