2 Replies Latest reply on Dec 14, 2012 7:02 PM by milanmilas

    How to set response from cxf with Camel in xml

    milanmilas

      <route id="timerToLog">

              <from uri="cxf:bean:serviceEndpoint?dataFormat=MESSAGE"/>

          </route>

       

      If I have something like this in blueprint.xml, how do I set response of the request?

      Can I use something like enrich or transform?

       

           <xsd:element name="outputSayHi">

              <xsd:complexType>

                <xsd:sequence>

                  <xsd:element name="out" type="xsd:string"/>

                </xsd:sequence>

              </xsd:complexType>

            </xsd:element>