Hi all, I am running into an issue when doing something I feel should probably be very simple.
In a servicemix bundle, I need it to act is a proxy to another http endpoint on another server. This all works without issues until an attachment is sent along with the http request. Here is all my code is actually doing, was hoping either of you might have some experience in an http proxy with attachments, or even something to point me in the right direction before I post to the camel boards. Route: <from uri="jetty:http://0.0.0.0:9191/?matchOnUriPrefix=true"/> <to uri="jetty:http://adcmtgsvcd1.bob.com:8090/?bridgeEndpoint=true&enableMultipartFilter=false&throwExceptionOnFailure=false"/> I recently added the enableMultipartFilter to false based on some reading. That got rid of the warning I had been seeing about multipart requests, but the service endpoint still returns a 500 error, but does not when called directly with the exact same request. What I am I doing wrong? -- View this message in context: http://camel.465427.n5.nabble.com/HTTP-Proxy-with-File-Attachments-tp5773675.html Sent from the Camel - Users mailing list archive at Nabble.com.