0 votes
in Xpath Interview Questions by
What is SOAP and how does it related to XML?

1 Answer

0 votes
by

SOAP is a simple XML based protocol to let applications exchange information over HTTP. Or more simply: SOAP is a protocol for accessing a Web Service

...