You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

WSDL First example

Deploying the WSDL First Example to ServiceMix

1) cd <SERVICEMIX-HOME>/examples/wsdl-first
2) Execute the following command on the command line:

$ mvn install 

3) Copy the wsdl-first-sa/target/wsdl-first-sa-3.1.1-incubating.jar to the <SERVICEMIX-HOME>/deploy directory
4) Start up ServiceMix using the following command:

$ cd <SERVICEMIX-HOME>
$ bin/servicemix

5) To exercise the wsdl-first example, you'll need to send it an XML message. This can be achieved using the client.html file or you can also use some other tool that can submit XML requests like SoapUI or OxygenXML.

  • No labels