This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bw:bizweaver_api [2020/07/23 11:24] runger [Bizweaver API] |
bw:bizweaver_api [2020/07/23 11:26] (current) |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| <WRAP center round tip 80%> | <WRAP center round tip 80%> | ||
| - | The option to use POST and GET to initiate a Bizweaver workflow is introduced in v2.4. | + | Processes beginning with v2.4 should |
| - | + | ||
| - | Processes beginning with v2.4 should | + | |
| </ | </ | ||
| <WRAP center round important 80%> | <WRAP center round important 80%> | ||
| Line 71: | Line 69: | ||
| " | " | ||
| } | } | ||
| - | </ | ||
| - | |||
| - | =====Call Another Workflow Using GET===== | ||
| - | When a Bizweaver workflow is called (initiated) using GET, the configuration of the WebService2 tool involves only the URI section. | ||
| - | |||
| - | |||
| - | http: | ||
| - | |||
| - | The elements in <color # | ||
| - | |||
| - | - The server where Bizweaver is installed | ||
| - | - The port assigned to the Bizweaver web service when the application was installed. | ||
| - | - The Bizweaver workflow ID to be invoked. This can be found in Bizweaver and will always be numeric. | ||
| - | - The name of the variable in Bizweaver that will receive a value from Versago. | ||
| - | - Value(s) to be passed to Bizweaver. | ||
| - | - If value(s) are not being passed to Bizweaver, the space between the curly braces is left blank. | ||
| - | - If the value is a value from the form, use the Column Name from the form enclosed in tilde symbols (~) as shown. | ||
| - | - If the value is static the tildes are not used. | ||
| - | - In both cases the value being passed is enclosed in single quotes. | ||
| - | - If multiple values need to be sent to Bizweaver, separate each pair of values (steps 5 and 6) by a comma. See sample 3 in the next section. | ||
| - | |||
| - | ===== Bizweaver Action Target String Samples ===== | ||
| - | |||
| - | Example using HTTP to port 8082 on server “TWBSTestserver.demo.com”, | ||
| - | <code html> | ||
| - | http:// | ||
| - | </ | ||
| - | |||
| - | Example using HTTPS to port 443 on server “TWBSTestserver.demo.com”, | ||
| - | <code html> | ||
| - | https:// | ||
| - | </ | ||
| - | |||
| - | Example using HTTP to port 8082 on server “TWBSTestserver.demo.com, | ||
| - | <code html> | ||
| - | http:// | ||
| </ | </ | ||