I want to send a comma separated string to simple web service (cxf based).
Without comma all works fine. Camel's type converters and magic take the
string and find the only method that takes a string in wsdl and generate the
xml (the wsdl has only one method at all). If i send a comma separated
string i get an error because the type converter or something else
interprets the string as multiple parameters and no method matches.

Is there a way to supress or escape the ',' to let camel use it as single
parameter?



--
View this message in context: 
http://camel.465427.n5.nabble.com/camel-cxf-convert-comma-separated-string-to-one-parameter-how-to-escape-comma-tp5759243.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to