This content has been marked as final.
Show 1 reply
-
1. Re: Persistent Axis2 service files
msegreti4355 May 21, 2015 3:26 PM (in response to msegreti4355)I repackage them inside my
warunder/WEB-INF/servicesso that they are automatically deployed with the war file.e.g.
/WEB-INF /services /service_a.aar /service_b.aar /services.listThe
services.listfile in the same directory is a text file listing your aar files ... one per lineThe
aarfiles are just zipped Axis archives. They contain a META-INF directory with the wsdl, any xsd files and an Axis2services.xmlservice configuration file describing the services.