/**
  * set up the dialogue object, request function lists from the service WSDLs,
  *
  */
 public function prepareDialogue()
 {
     $this->dialogue = betfairDialogue::getInstance();
     $this->dialogue->connect();
     $this->dialogue->getFunctionsFromWSDL();
 }