Java Web Services Question:
Explain Java API for XML Messaging (JAXM)?
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.
JAXM can be extended to work with higher level messaging protocols by adding the protocol's functionality on top of SOAP.
Previous Question | Next Question |
Explain Java Architecture for XML Binding (JAXB)? | Explain Java API for XML-based RPC (JAX-RPC)? |