Hi Ambica, Thanks for the suggestion, but may be you have not seen the rest of the samples (I am assuming this as you have mentioned that you got only one sample). Please try downloading a clean one from http://wso2.org/downloads/esb/
Anyway regarding the issue at hand, the obvious solution is to implement a simple proxy service. A proxy service basically means that you expose a service interface to the outside world without actually having the business logic with you. You configure the proxy service such that you do whatever with the incoming message and send it to the real back end service, then do whatever with its response and then send back the response. WSO2 ESB gives you the support to perform XSLT transforms using the entity known as the XSLT mediator. Regards, Saliya ambica sona wrote: > > Hi to all, > > I am new to WSO2. for our project we are going to use an ESB. i got > information that WSO2 is the one which has so many features. > So we thought of implementing that. When i download i got only one > sample. but i am not cleared by looking in to that sample. > Actually my requirement is a request will come as an HTTP Request. I > need to apply some transformation rules on that request using some xsl > file and route to a URL which will send the response back to me and > then to this response i need to apply few transformations again and > send the response back as an HTTP response. > i am not understanding at all how to start, how to send the request or > how to get the response. how can i get an ESB application developed > using WSO2 as a service or a web application??? > can some one help me out in this. > and my small suggession is its better to add an HTTP request- response > processing flow sample as an example in download... > > > Waiting eagerly for a reply. > > Thank you > > ------------------------------------------------------------------------ > > _______________________________________________ > Esb-java-dev mailing list > [email protected] > http://mailman.wso2.org/cgi-bin/mailman/listinfo/esb-java-dev > _______________________________________________ Esb-java-dev mailing list [email protected] http://mailman.wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
