AquaLogic Interaction Development Kit (IDK) 6.0.0

IProfileProvider.Initialize Method 

Initializes the profile provider using the information configured in the portal by the administrator.

void Initialize(
   string[] PropertyList,
   ProfileInfo ProfileSourceInfo
);

Parameters

PropertyList
The list of properties the portal is requesting.
ProfileSourceInfo
The data set in the SCI pages of the Profile Source. Note: All names in the NamedValues of ProfileSourceInfo will be uppercase.

Exceptions

Exception Type Condition
RemotingException The SOAP Encoding is set to RPC/Encoded instead of Document/Literal.

See Also

IProfileProvider Interface | Plumtree.Remote.Profile Namespace