Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Codeblock
languagexml
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.eforms.jaxfront.com/">
   <soapenv:Header>
      <ws:token>?</ws:token>
   </soapenv:Header>
   <soapenv:Body>
      <ws:performWorkflow>
         <uuid>?</uuid>
         <formId>?</formId>
         <workflowDefinition>
		 	<workflowId>?</workflowId>
			<commitComment>?</commitComment>
		 </workflowDefinition>
         <xml>?</xml>
         <mode>?</mode>
      </ws:performWorkflow>
   </soapenv:Body>
</soapenv:Envelope>

...

ElementDefaultBeschreibungDatentyptokenZugangsschlüssel zur Authentisierung
Stringuuid
Unique Formular-Instanz IDInteger
formId
Formular IDString
workflowDefinition/workflowId
Workflow Transition ID (Name des Workflow-Übergangs)String
workflowDefinition/commitCommentnullKommentar für die Quittierung.String, optional
xmlnullXML-Inhalt der Formular-Instanz für die Speicherung im SystemString/CDATA, optional
mode"onlyAvailable"Bind-Modus, welcher bestimmt ob nur vorhandene XML-Knoten gespeichert werden ("onlyAvailable") oder alle übermittelte ("full")String ["full","onlyAvailable"],optional

...