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