In my case the service which calls the httpprovider is an eip.ie
  <eip:pipeline service="b:pipeline2" endpoint="endpoint">
    <eip:transformer>
      <eip:exchange-target service="b:xslt2" />
    </eip:transformer>
    <eip:target>
      <eip:exchange-target service="b:httpProvider" />
    </eip:target>
  </eip:pipeline>

 <http:endpoint service="b:httpProvider"
                 endpoint="pipeline"                  
                 role="provider" 
                 locationURI="http://localhost:8001/test/";
                 defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
                 soap="true" />         

I want the response of the httpprovider to undergo further
transformations.Let us suppose that the service name of my next
transformation eip as-"b:pipeline3"    .should I call this service from
b:pipeline2 or b:httpProvider?How can I call this new b:pipeline3
transformation?

-- 
View this message in context: 
http://www.nabble.com/Problem-using-multiple-transformations-tp18807562p18884953.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to