Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{scrollbar}

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:

Code Block

$ 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:

Code Block

$ 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.

Wiki Markup
{scrollbar}