True, but I do not understand why "out" is empty, whereas the same external endpoint when hit directly fetches response.
--------- Expected from direct invocation outside camel route: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns8:IReportServiceExecuteResponse xmlns="http://services.reporting.mycomp.com/2011/10/outputs" xmlns:ns8="http://services.reporting.mycomp.com/reporting/services"> <SystemResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ReportDocumentResponse"> <ResponseDocument>TEst document</ResponseDocument> </SystemResponse> </ns8:IReportServiceExecuteResponse> </soap:Body> </soap:Envelope> ------------ Received from tracer: Body:<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:VersionMismatch</faultcode><faultstring>"http://services.reporting.mycomp.com/reporting/services", the namespace on the "IReportServiceExecuteRequest" element, is not a valid SOAP version.</faultstring></soap:Fault></soap:Body> More details of this exception is in previous thread -- View this message in context: http://camel.465427.n5.nabble.com/the-namespace-on-the-IReportServiceExecuteRequest-element-is-not-a-valid-SOAP-version-tp5284067p5376312.html Sent from the Camel - Users mailing list archive at Nabble.com.
