How to plug service hosting components in to WSO2 ESB
With the revolutionary WSO2 carbon framework , plugging in service hosting components in to WSO2 Enterprise Service Bus (ESB) is just a matter of seconds! It is extremely simple. WSO2 ESB is an message mediation framework and the service endpoints usually hosted in a separate JVM. However there may be requirements to host the services inside ESB. There are different types of services you can deploy in a service container. Axis2 web services Pojo services EJB services Data services Spring web services Axis1 services JaxWS services Now, you can add any of these service hosting components in to your ESB. Lets see how it can be done. 1. Download WSO2 Enterprise Service Bus (ESB) -2.0 beta2 2. Extract the downloaded zip 3. Go to the bin directory in the extracted folder (ESB_HOME/bin) and run wso2server.sh or wso2server.bat 4. Point you browser to the URL https://localhost:9443/carbon and login as an admin (Use "admin", "admin" as the username and password) 5. Supp...