Hi ,
I try to do,

* using servicemix-http component, get request from user and pass it to a
service engine.
* in SE, retrive parameter(going to store it in the DB).

1 . I created a SU(http-su) for servimix-http component. xbean.xml for
http-su is,
        <beans xmlns:http="http://servicemix.apache.org/http/1.0";
        xmlns:shop="http://servicemix.apache.org/samples/shop";>

        <http:endpoint 
                 service="shop:shopservice"
                 endpoint="endpoint"                 
                 role="consumer" 
                 locationURI="http://0.0.0.0:8192/shopservice/";
         />
        </beans>
        
        I am not clear about above attribute, "shop:shopservice","endpoint" what
they specify?(do i ve to mention this in de-se jbi.xml)

2 . I created a SE(db-se) using maven architype.

3 . when i do mvn install for db-se, maven creates its own jbi.xml how to
include provider and consumer endpoint in that jbi.xml.(can u explain
provider and consumer for this project)

4 . will servicemix-http component sends "http-request" to db-se ? 

5 . in which format db-se respond to servicemix-http?(i need to send
http-response back to client by adding some data from DB to that response)

Barath


-- 
View this message in context: 
http://www.nabble.com/http-request------%3Eprocess-it------%3Ehttp-response-tf4750786s12049.html#a13584622
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to