I am just starting out on using Axis2 (!)
Some questions for which I would be grateful for answers.
Configuration
========
-do I really need an aar with a service.xml for every single endpoint?
What if I have >1 endpoint in my app?
-Can I declare a service that takes any XML? I seem to have to list a
finite set of operations?
-What about namespace mapping in an endpoint that handles
I am doing some awfully contrived things to declare multiple endpoints
(like stub aars that contain nothing but META-INF/service.xml files),
and dont know where to begin with
Building
=====
-Where is the ant tool? It isnt in axis-0.91.jar, as far as I can see
-Which maven2 repo is axis0.91 in?
OX Mapping
=======
-There is an Endpoint type, with a handler to process a header. But how
do I return an endpoint? Is there a built in endpoint to WS-A EPR mapper?