Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Where service.wsdl is WSDL file, which we make latermade in my-cxf-bc-su. We must copy this WSDL file from my-cxf-bc-su/src/main/resources to
my-cxf-se-su/src/main/resources.

Next, we are going to create our second SU in this project.

Things to remember

  • You specify the plugin for a SU in Maven's pom.xml file
  • In ServiceMix, most service units will be configured by a file named xbean.xml

...