redbrad0 Posted January 6, 2009 Share Posted January 6, 2009 I have been using a XML Based API for my website to talk with the desktop applications. Would there be any benefit of switching it to SOAP? Security? Speed? Easier on servers? Link to comment https://forums.phpfreaks.com/topic/139699-solved-difference-in-soap-xml-based-api/ Share on other sites More sharing options...
flyhoney Posted January 6, 2009 Share Posted January 6, 2009 SOAP is a protocal implemented using XML over HTTP I believe. I doubt there is much of a speed difference. The beauty of SOAP is abstraction. You can abstract methods and datatypes for many different languages. There is more configuration with SOAP, but the code is typically easier (if you are using a SOAP class like nusoap) to write. Link to comment https://forums.phpfreaks.com/topic/139699-solved-difference-in-soap-xml-based-api/#findComment-730921 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.