Java Web Services Question:

Explain Java API for XML Messaging (JAXM)?

Java Web Services Interview Question
Java Web Services Interview Question

Answer:

JAXM is a SOAP 1.1 based standard to send XML documents over the Internet from the Java platform.
JAXM can be extended to work with higher level messaging protocols by adding the protocol's functionality on top of SOAP.


Previous QuestionNext Question
Explain Java Architecture for XML Binding (JAXB)?Explain Java API for XML-based RPC (JAX-RPC)?