XML Schema

Andrea on August 31st, 2010

Continuing my posts on getting some Web Services basic term explained for the business side of the company, I introduce XSD  (Xml Schema Definition) that is nothing else that an XML document that formally describes the structure of another  XML document. As I wrote in the previous post, the author of the XML document decides its elements. If somebody [...]

Continue reading about XSD vs WSDL (XSD)
Andrea on August 26th, 2010

I am being asked by non-technical colleagues involved in web services about the difference between XSD and WSDL. As it  Let me try to clarify in simple terms in few blog posts, starting with XML which is already causing a lot of confusion in itself.  XML (Extensible Markup Language) is the language being used for web [...]

Continue reading about XSD vs WSDL via XML