SAP NetWeaver

SAP NetWeaver

Scheme: sap-netweaver
Name Kind Type Required Deprecated Default Value Enum Values Description
url path java.lang.String true false Url to the SAP net-weaver gateway server.
json parameter boolean false true Whether to return data in JSON format. If this option is false, then XML is returned in Atom format.
jsonAsMap parameter boolean false true To transform the JSON from a String to a Map in the message body.
flatternMap parameter boolean false true If the JSON Map contains only a single entry, then flattern by storing that single entry value as the message body.
username parameter java.lang.String true false Username for account.
password parameter java.lang.String true false Password for account.
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).