AxisFault on webservice

I have an Issue trying to run my SOAP Webservice on Lucee.
Lucee 5.3.7.47 Error (org.apache.axis.AxisFault)
Message (301)Moved Permanently

I used to use Axis2 on ColdFusion Server and found at docs.lucee.org that there is possibility to set in application wstype to “CXF” but after trying it, it says the only allowed value is “axis1”.

OS : Ubuntu 18.04.5
Java Version : 1.8.0_282
Lucee Version : 5.3.7.47

Do someone know if there is another possibility to use Axis2?

not via Lucee

only Axis1 is supported

I’ve updates the docs remove webservice CXF option by zspitzer · Pull Request #1074 · lucee/lucee-docs · GitHub and have filed a bug [LDEV-3351] - Lucee

Hi,

Did you find https://lucee.daemonite.io/t/accessing-complex-web-service/3061
and
Accessing complex web services with Railo - Mark Drew on code

Regards
Michael

So there is currently in Lucee no posibility to create and call a component as SOAP webservice without manipulating/creating jar-files?