🎴 Flashcard Mode
Web Technologies and Services
Card1 / 20
Mastered0
Review0
QuestionClick to flip
On invoking a Web Service, you have received response XML. You need to process this XML document to update the details in the database.
AnswerClick to flip back
A
JAXP
💡 Explanation:
JAXP (Java API for XML Processing) is designed for parsing, validating, and processing XML documents, making it the appropriate tool to read the response XML before updating the database. UDDI and JAXR are used for discovering and registering web services, while JSSE secures communications via SSL/TLS.