Hi
I am getting a below mentioned error while trying to connect WCF Soap Service through Apache Camel
[thread #0 - file://src/message] DefaultErrorHandler ERROR Failed delivery for exchangeId: ID-VM-UDDEMSDV-039-52694-1443532301431-0-21. Exhausted after delivery attempt: 1 caught: org.apache.camel.component.http.HttpOperationFailedException: HTTP operation failed invoking with statusCode: 415
org.apache.camel.component.http.HttpOperationFailedException: HTTP operation failed invoking with statusCode: 415
at org.apache.camel.component.http.HttpProducer.populateHttpOperationFailedException(HttpProducer.java:230)[camel-http-2.8.6.jar:2.8.6]
at org.apache.camel.component.http.HttpProducer.process(HttpProducer.java:158)[camel-http-2.8.6.jar:2.8.6]
at org.apache.camel.impl.converter.AsyncProcessorTypeConverter$ProcessorToAsyncProcessorBridge.process(AsyncProcessorTypeConverter.java:48)[camel-core-2.8.6.jar:2.8.6]
at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:78)[camel-core-2.8.6.jar:2.8.6]
at org.apache.camel.processor.SendProcessor$2.doInAsyncProducer(SendProcessor.java:114)[camel-core-2.8.6.jar:2.8.6]
at org.apache.camel.impl.ProducerCache.doInAsyncProducer(ProducerCache.java:284)[camel-core-2.8.6.jar:2.8.6]
at org.apache.camel.processor.SendProcessor.process(SendProcessor.java:109)[camel-core-2.8.6.jar:2.8.6]
at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:78)[camel-core-2.8.6.jar:2.8.6]
Can any one please help me with the solution?