InterviewSolution
Saved Bookmarks
| 1. |
Mention What Is The Difference Between Json And Soap? |
|
Answer» JSON is standard to represent human readable data. SOAP is a PROTOCOL requirement for transmitting information and CALLING web-services using XML. JSON is standard to represent human readable data. SOAP is a protocol requirement for transmitting information and calling web-services using XML. |
|