Hi, I need to create a Camel proxy such that a http request is fronted by a soap webservice exposed by Camel. The webservice arguments has to be extracted from the soap webservice and added as request parameters to the http request. My plan is to created the webservice via cxf to expose a webservice, a processor to extract the soap webservice arguments and add them to the in message header with the key: Exchange.HTTP_QUERY to build up the http query string. Would the this be the proper way to do such a thing or is there another cleaver way of doing this in Camel?
Regards -- View this message in context: http://camel.465427.n5.nabble.com/proxy-tp5716023.html Sent from the Camel - Users mailing list archive at Nabble.com.
