SOA enhancements through XML Networking
From Computing and Software Wiki
(Difference between revisions)
Line 12: | Line 12: | ||
===Overview of Technologies=== | ===Overview of Technologies=== | ||
====XSD==== | ====XSD==== | ||
+ | [http://en.wikipedia.org/wiki/XML_Schema_%28W3C%29 The XML Schema Technology] is a [http://en.wikipedia.org/wiki/World_Wide_Web_Consortium W3C Standard] that specifies the rules and structure of the related instances. Its initial design was to replace [http://en.wikipedia.org/wiki/Document_Type_Definition Document Type Definition (DTD)], allowing for more complex internal structures. <ref name="xsd">Simon St. Laurent [http://www.xml.com/pub/a/1999/12/dtd/index.html Describing your Data: DTDs and XML Schemas], XML.com December 1, 1999</ref> | ||
====XSLT==== | ====XSLT==== | ||
====XPath==== | ====XPath==== | ||
Line 23: | Line 24: | ||
==References== | ==References== | ||
- | + | <references /> | |
==See Also== | ==See Also== |
Revision as of 19:04, 6 April 2008
Service Oriented Architecture (SOA) provides a framework for sharing services across a network (such as the internet).
Contents |
SOA Background
This section will contain the background information on SOA.
Current Solutions
SOAP
RPC
Integration
Enhancements through XML Networking
Overview of Technologies
XSD
The XML Schema Technology is a W3C Standard that specifies the rules and structure of the related instances. Its initial design was to replace Document Type Definition (DTD), allowing for more complex internal structures. <ref name="xsd">Simon St. Laurent Describing your Data: DTDs and XML Schemas, XML.com December 1, 1999</ref>
XSLT
XPath
XQuery
XML Encryption
Integrating XML Network
Future Considerations
References
<references />