got the service unit creation issue right.Now I have another pblm. I am
calling  an httpprovider that links to a external web application.I am
getting it worked and the response is coming correctly.
that is my flow is
client request-httpconsumer-transformers(3 transformers)-httpprovider(which
links to another web application).

Now i need to get the response from the httpprovider and again undergo 3
transformations and show the result back to the client...But i don't know
how to take the response from the httpprovider.since httpprovider doesn't
have targetservice attribute,I don't have a way to call my next
transformer.Can anyone help me ?
my httpprovider is

<http:endpoint service="b:httpProvider"
                 endpoint="endpoint"                  
                 role="provider" 
                 locationURI="http://localhos:8080/test/";
                 defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
                 soap="true" />   
-- 
View this message in context: 
http://www.nabble.com/Problem-using-multiple-transformations-tp18807562p18868557.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to