1. Quick Start has been edited by Guillaume Nodet (Mar 12, 2008).

(View changes)

Content:

1. Quick start

Installing the NMR

  • Install ServiceMix Kernel
  • Inside the Runtime console, launch the following commands:
    features addUrl http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features-nmr-1.0-m1.xml
    nmr

    Note that it can take a while to download all the needed bundles.



You should have the following output:

[EMAIL PROTECTED]:/> features addUrl http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features-nmr-1.0-m1.xml
[EMAIL PROTECTED]:/> nmr
This feature is not yet installed.  Do you want to install it (y/n) ? 
Installing feature.  Please wait...

Installing an example

  • Inside the Kernel console, launch the following commands:
    features addUrl http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features-nmr-1.0-m1.xml
    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:
    [EMAIL PROTECTED]:/> jbi list
    Shared Libraries
    ----------------
    servicemix-shared - 3.2.1 - ServiceMix :: Shared Compat
    
    Components
    ----------
    servicemix-jsr181 - Started - ServiceMix :: JSR-181 Service Engine
    servicemix-http - Started - ServiceMix :: HTTP
    
    Service Assemblies
    ------------------
    wsdl-first-sa - Started - ServiceMix :: Samples :: WSDL first :: SA
    
  • Point your web browser to the following location to see the WSDL of the deployed web service:
    http://guillaume-nodets-macpro.local:8192/PersonService/main.wsdl
  • Download the following html locally, browse it in your web browser and see the service in action:
    http://svn.apache.org/repos/asf/servicemix/smx3/trunk/samples/wsdl-first/client.html
  • Shutdown the Service Assembly by running the following command:
    jbi shutdown wsdl-first-sa

top

Reply via email to