Hi Williem, 

I see this issue is fixed. But I still get the faultcode like this. By the
way, I am setting a header for the faultcode in my route. Please suggest. 

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
   <soap:Body>
      <soap:Fault>
         *<faultcode>soap:Server</faultcode>*
         <faultstring>4jKitj1j</faultstring>
      </soap:Fault>
   </soap:Body>
</soap:Envelope>

My route: ( Am using '*MESSAGE*' as the dataformat )

<when>
        <xpath>/v:error</xpath>
        *<setHeader headerName="HTTP_RESPONSE_CODE">*
                <constant>500</constant>
        </setHeader>
        <setFaultBody>
                <xpath 
resultType="java.lang.String">/v:error/v:description</xpath>
        </setFaultBody>
</when>


Regards
Guru
gnanaguru.com






--
View this message in context: 
http://camel.465427.n5.nabble.com/Missing-detail-element-in-SOAP-fault-tp4913512p5750023.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to