SOAP Erweiterung fehlt!
libXML version '2.7.8' OK
Der Pfad zur WSDL Datei ist nicht korrekt oder die WSDL Datei fehlt!
Client object functions: (As given in the wsdl file. Functions could be disabled or else on the serverside. There is no guarantee the functions really have these Params nor that the functions exist on the serverside.)

sCreateSurvey function

* VeranstaltungsTyp:

* VeranstaltungsID / SurveyID (have to be Integer):

* Veranstaltungs Titel / Survey Title (used as part of the welcome message, if welcome Message is left blank):

* VeranstaltungsBeschreibung / SurveyDescription (used as part of the welcome message, if welcome Message is left blank):

Willkommenstext / Welcome Message:

Endtext / endtext:

Admin Name:

Admin Email:

End Url:

Url Description:

sActivateSurvey function

* VeranstaltungsID / SurveyID:

Startdate (YYYY-MM-DD):

Enddate (YYYY-MM-DD):

sDeleteSurvey function

(attention: no safetyquestion is asked!)
* VeranstaltungsID / SurveyID:

sImportGroup function

* VeranstaltungsID / SurveyID (have to be Integer):

* Question group to add (INF,BIO,BWL is there for testing):

Name of the group:

groupDescription:

sImportQuestion

* VeranstaltungsID / SurveyID (have to be Integer):

Mandatory
* Question Title :

* Question:

Helptext:

sImportMatrix

* VeranstaltungsID / SurveyID (have to be Integer):

Mandatory
* Question :

Item 1 :

Item 2 :

Item 3 :

Item 4 :

Item 5 :

Item 6 :

Item 7 :

Item 8 :

Item 9 :

Helptext:

sChangeSurvey function

( this is not part of the lsrc, it just shows the power of it,
it has to be activated in server.php on line ~60 )
update insert
Table to change

Key

Value

where Condition

sInsertToken function

Makes the Survey closed.
Means: It's only available to people who have an unused token

* VeranstaltungsID / SurveyID (have to be Integer):

Tokens seperated by comma (,) :

sTokenReturn function

* VeranstaltungsID / SurveyID (have to be Integer):

sInsertParticipants function

Makes the Survey closed. Means: It's only available to people who have an unused token

* VeranstaltungsID / SurveyID (have to be Integer):

* Data in this Format [params in square brackets are optional]:
"FIRSTNAME;LASTNAME;EMAIL[;[ATTRIB1];[ATTRIB2]]::FIRSTNAME;LASTNAME;EMAIL[;[ATTRIB1];[ATTRIB2]]" and so on :


sSendEmail function

Sends an Email to users of a specific survey. Invite, Remind and custom emails are possible

* SurveyID (have to be Integer):

* Email Type:
invite remind custom
Maxemails (have to be Integer):

Subject for custom cails

Mailtext for custom cails

sGetFieldmap function

Gets you the fieldmap from a survey as csv

* VeranstaltungsID / SurveyID (have to be Integer):