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

$ mvn install

3) Copy the wsdl-first-sa/target/wsdl-first-sa-3.1.1-incubating.zip 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 that is part of the wsdl-first example or you can also use some other tool that can submit XML requests like SoapUI.

One additional tip is to visit the URL listd in the xbean.xml file for the wsdl-first-http-su with a ?wsdl postfix like this (http://localhost:8192/PersonService/?wsdl) to make sure you can view the WSDL in a browser.

Firebug users

If you use Firebug, you need to disable it for local files when using client.html that comes with the distribution.

{scrollbar}
  • No labels