Function to start Surveys in LimeSurvey... Admin or Superadmin Account in Limesurvey needed Correct password for the Superadmin in Limesurvey This is the "VeranstaltungsID" similar to the SurveyID... Integer expected... titel of the event, put together from NR and NAME from LSF. veranstaltung This is the "Veranstaltungsbeschreibung", the Surveydescription. String expected. Put together from TYP, DOZENTEN- TITLE, -NAME, The E-Mail Adress of the Person who to contact in matters of evaluation. Limesurvey uses this to send notifications of Surveyparticipation, if wante The Name of the Administrator, resp. the Person whos email Adress was given The URL to wich will be redirected when completing the Survey The text for the Link, if not loaded automatically This is the return Value of sCreateSurvey, if everything went fine it's the sid(SurveyID) resp. vid(VeranstaltungsID) of the newly imported Survey Admin or Superadmin Account in Limesurvey needed Correct password for the Superadmin in Limesurvey SurveyID of existing Survey, which gets the Token table String of tokens seperated by a comma (default)... You have the possibility to change the desired seperator in LimeSurveys config.php This is the return Value of InsertToken, if everything went fine it's "Token table populated successfully" Admin or Superadmin Account in Limesurvey needed Correct password for the Superadmin in Limesurvey SurveyID of existing Survey, which gets the Token table Data for Participant expected in this format: [Firstname];[Lastname];[email@email.de]::[Firstname];[Lastname];[email@email.de]::[Firstname];[Lastname];[email@email.de] and so on... seperate the Datasets with :: and the Datafields in the Sets with ; This is the return Value of sInsertParticipants, if everything went fine it's "Token table populated successfully" Admin or Superadmin Account in Limesurvey needed Correct password for the Superadmin in Limesurvey SurveyID of existing Survey, which has a Token table String of unused Tokens seperated by comma Creates (Import and activate) a Survey in LimeSurvey Create Token-Table and populate it for closed LimeSurvey Surveys Create Token-Table and populate it with personal data for closed Surveys Returns unused Tokens from closed LimeSurvey Surveys This is the LsrcService for remote starting surveys and registering tokens in LimeSurvey. Make sure to modify the soap:address to the current Location of the lsrcserver.php It has to be like this: 'http://servername/[limesurveydir]/lsrcservice/lsrcserver.php' NOTE: http for normal mode, begin the url with https for a SSL Webservice, it's just that easy.