function __construct($createinfo, $contacttype = 'licensee')
{
parent::__construct($createinfo);
// Ficora needs the xmlns attribute in the contact object
$this->contactobject->setAttribute('xmlns:contact', 'urn:ietf:params:xml:ns:contact-1.0');
$this->addSessionId();
}