public marks

PUBLIC MARKS from nhoizey with tags xml & rest

2009

JSON REST vs. XML SOAP

SOAP sur un terrain glissant...

2007

Eleven Emerging Ideas for SOA Architects in 2007

by 1 other (via)
using the basic Web formats and protocols such as HTTP, XML, REST, and JSON as the "Unix Pipe of the Web" -- to quote a colorful phrase of Ray Ozzie's -- as the fundamental glue between systems

WS-Transfer for WCF (Indigo) - The Code Project - SOAP and XML

(via)
A WS-Transfer interaction is based on the REST architectural style (it looks like its SOAP implementation) where four interfaces can handle the creation and operation of the resource state. There is a CRUD (Create/Retrieve/Update/Delete) style in the resource state, the same way it is in the database layer - database record.

michaelhanson.blogspot.com

(via)
to implement Web Services Security with the X.509 Certificate Profile, you also need to implement XML Signature (which includes XML Canonicalization and XML Exclusive Canonicalization) and XML Encryption. To correctly handle imports of WSDL1.1 documents (and validate the traffic they describe), you need to support the entire behemoth that is XML Schema -- in particular if you are attempting to support RPC-oriented SOAP, which informally requires you to support the entire XML Schema Datatypes specification. Don't forget support for SOAP with Attachments, either!

2006

eXist : Une base de données XML interrogeable avec XPath et XQuery

by 1 other
eXist peut non seulement s'intégrer très facilement dans une application Java (via une servlet - XQueryServlet -, un composant Cocoon - XQueryGenerator - , ou l'utilisation de l'API XML:DB), mais elle peut également être utilisée dans de nombreux autres langages grâce à ses API REST et XML-RPC. Il existe d'ailleurs des API Pyhon et PHP

2005