Error in getConsResponse (Constituent API)

Options

Right now there seems to be an error in getConsResponse in Constituent API.

getUser method without specifying fields returns full detail constituent record info.

However, ACTIVE is returned as <active status="ACTIVE" detail=""/>

The problem is with detail being empty, as XSD specifies detail as enum type (private activeDetail detailField)

Modifying the code to private string detailField; eliminates the problem.

Tagged:

Categories