Mashup samples demonstrate the functionality of the mashup server features.
Building the samples
You need Apache Ant to build the sample.
The steps are as follows:
- Run the WSO2 Application Server by executing one of the following commands, where
<PRODUCT_HOME>
is the directory where you installed the product distribution:On Windows
<PRODUCT_HOME>\bin\wso2server.bat --run
On Linux/Solaris
sh <PRODUCT_HOME>/bin/wso2server.sh
In a command prompt, switch to the samples directory:
For example, in Windows:cd <AS_HOME>/samples/mashupSamples/
Enter the following command:
ant
This will copy the directories into
<AS_HOME>/repository/deployment/server/jsservices/admin
directory. If you log into the Application Server, you will see the deployed services on the running application window as mashup services (js_services).