1. Quick start
Installing the NMR
You should have the following output:
Installing an example
- Inside the Kernel console, launch the following commands:
features addUrl http:wsdl-first-example
- Alternatively, you can also use the following commands:
osgi install -s jbi:mvn:org.apache.servicemix/servicemix-shared-compat/3.2.1/zip/installer
osgi install -s jbi:mvn:org.apache.servicemix/servicemix-jsr181/3.2.1/zip/installer
osgi install -s jbi:mvn:org.apache.servicemix/servicemix-http/3.2.1/zip/installer
osgi install -s jbi:mvn:org.apache.servicemix.samples.wsdl-first/wsdl-first-sa/3.2.1/zip
- Check the JBI components and Service Assembly are started:
- Point your web browser to the following location to see the WSDL of the deployed web service:
- Download the following html locally, browse it in your web browser and see the service in action:
- Shutdown the Service Assembly by running the following command:
jbi shutdown wsdl-first-sa
top