Web Services: Difference between revisions

From Bitpost wiki
(Created page with 'Two main approaches: * SOAP: uses a formal interface packaged for delivery across HTTP via XML, including WSDL, XSD * REST: uses HTTP to define interface, including HTTP verbs (G…')
 
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
Two main approaches:
*[[websockets]]
* SOAP: uses a formal interface packaged for delivery across HTTP via XML, including WSDL, XSD
*[[RESTful web service development]]
* REST: uses HTTP to define interface, including HTTP verbs (GET,POST,PUT,DELETE) + URL parsing + URL parameters
*[[SOAP]]
 
Available technologies:
* SOAP: Java 6 (baked in, nice), Apache Axis2 (Java or C), gSoap, Spring's "contract first", .net (haha)
* REST: Apache Axis2 (Java or C), [http://www.gen-x-design.com/archives/making-restful-requests-in-php/ PHP HOWTO], [http://www.recessframework.org/section/tutorials PHP recess]

Latest revision as of 16:04, 18 November 2016