If you are usingForms, you can use the ELO BLP 5.1 (aka. AWELOS 5.1) middleware to pass the form data and files.
...
The following settings are supported:
|
| ||
---|---|---|---|
onSubmit.type | must be | ||
onSubmit.url | Process Service URL Example given: | ||
onSubmit.project | Upload-Profile in which the calling process is available.
| ||
onSubmit.processType |
| ||
onSubmit.cultureInfo | This setting is important for BLP to correctly interpret date, currency, and other data types. Example given: | ||
onSubmit.userName | In the name of which user (ELO: runAs) shall the process be executed? | ||
onSubmit.domainPrefix | Prefixed to |
Example
Code Block |
---|
forms: form: - id: updateStatus onSubmit: type: BLP5.1 url: http://your-server-name:25023/ project: FastPass processName: updateStatus processType: 1 cultureInfo: de-DE userName: eloservice domainPrefix: YOURDOMAIN |