Modules:Legacy Axis Support
![]() | It is highly recommended not to use this module but to migrate Apache CXF which is supported. |
Module
Legacy Axis support is a free unsupported module that includes Axis 1 library to preserve backward compatibility starting from 3.0PR19Q4 when it was removed from Openbravo core.
Creating SOAP web services
Creating SOAP web services remains as it was done before.
Deployment slightly varies: now ant installWebService
tasks needs to be invoked from modules/org.openbravo.legacy.axis
directory. This task looks for all src/deploy.wsdd
files in any module and deploys them. This task needs to be executed after Tomcat is started. It will require to be executed after each compile.complete
.