Axis2

(see also, Web Services).

Key Feature notes:

  • Uses a "pull"-style parsing of incoming messages, means that message gets converted to the destination data model directly, not going through an intermediary (as is the case in most older SOAP runtimes)
  • No matter what Listener receives the message, the message is ALWAYS put into a SOAP Infoset. So, even if the message is JSON, there is a "fictious" SOAP Infoset constructed to help support processing of the message.
    • basically so that all the Handlers operate on the same Infoset.

Notes:

*

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License