[ 
https://issues.apache.org/jira/browse/CAMEL-12102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-12102:
--------------------------------
    Component/s: documentation

> Improve camel-sap-netweaver documentation
> -----------------------------------------
>
>                 Key: CAMEL-12102
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12102
>             Project: Camel
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: Kamil
>            Assignee: Claus Ibsen
>             Fix For: 2.21.0
>
>
> [Documentation|http://camel.apache.org/sap-netweaver.html] defines:
> {code}
> private String command = 
> "FlightCollection(AirLineID='AA',FlightConnectionID='0017',FlightDate=datetime'2012-08-29T00%3A00%3A00')";
> {code}
> which is never used in
> {code}
> from("direct:start")
>     .toF("sap-netweaver:%s?username=%s&password=%s", url, username, password)
>     .to("log:response")
>     .to("velocity:flight-info.vm")
> {code}
> so please provide valid example of how to use commands.
> By the way - it would be great if you could correct the format of:
> {code}
> lightCollection(AirLineID='AA',FlightConnectionID='0017',FlightDate=datetime'2012-08-29T00%3A00%3A00')
> {code}
> because it is not readable



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to