A Java EE application needs to receive XML documents and send back synchronous responses.
The incoming XML documents are validated by the application against one of three distinct XML
schemas. What is the simplest mechanism with the least overhead to accomplish this task?
A.
RMI over IIOP
B.
XML over HTTP
C.
JAVA IDL/CORBA
D.
a SOAP web service