How can we help?
{{docApp.searchError}}
{{product.name}}
Searching in {{docApp.searchFilterBySpecificBookTitle}}
{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}}
in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.
You have an odd number of " characters in your search terms - each one needs closing with a matching " character!
-
{{resultItem.title}}
{{resultItem.url}}
{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}
{{docApp.libraryHomeViewProduct.description}}
{{group.title || group.id}}
{{group.description}}
Description
This webcall node calls a http request and can wait for an outcome response.
Properties
Name | Type | Occurrence | Description |
---|---|---|---|
body |
xs:string |
Optional | Body of the request. This accepts expression inside &[…], which is evaluated to string. |
goto |
bpmIdType |
Optional | The flow-out point to the next node. |
header |
Array<bpmWebCallCustomHeaderType> |
Optional | The custom HTTP headers to pass to this webcall (http posted params). |
messageFormatType |
requestMessageFormatType |
Required | Content type of the request. xml => text/xml, json => application/json. |
outputParam |
Array<bpmWebCallParameterType> |
Optional | the expected output properties from the returned http content (should be js object notation). |
resultId |
simpleIdType |
Required | The id to use holding the webcall result in context. |
timeout |
xs:unsignedInt |
Optional Default= 60 |
HTTP request timeout in seconds. |
url |
xs:anyURI |
Required Default= http://some-url.com/api |
URL of the web call. This accepts expression inside &[…], which is evaluated to string. |
verb |
webCallVerbType |
Required Default= POST |
The type of web call |
- Version {{docApp.book.version}}
- Node {{docApp.node}} / {{docApp.build}}
In This Document