Versions Compared

Key

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

...

Info

For more information on writing JAX-WS annotated Web applications, go to: http://axis.apache.org/axis2/java/core/docs/jaxws-guide.html

Configuration JAX-WS applications for AS

...

  • If you

...

  • want to enable SaaS mode or CORS for your

...

Building JAX-WS applications for AS

JAX-WS and JAX-RS applications can be bundled in a CXF application. Generally, Given below is the general folder structure of a CXF application is as follows. However, this can change depending on your application.

Please see the  Webapp ClassLoading page for adding instructions on class loading for web applications, which explains how you can add the webapp-classloading.xml . It's file to your web app. This XML is a custom file implemented by WSO2 to give flexibility in classloading. You must have this file in order to deploy JAX-WS and JAX-RS applications, because the CXF runtime is not visible to the webapps by default.

...