
|
OILspace applications leverage an On-Demand platform enabling enterprises to customize, integrate, and extend our applications using standards-based Web services and market-leading development tools. OILspace applications are built with open APIs (application programming interface) which allow companies to choose system integrators and other vendor applications which can be easily customized and adapted to these APIs. Programmers can take advantage of the API by making use of its functionality, saving them the task of programming everything from scratch.
|
XML: Extensible Markup Language
XML, a formal recommendation from the World Wide Web Consortium (W3C), has been widely accepted as the universal language of choice for exchanging information over the Web. XML provides a flexible way to create common information formats and share both the format and the data on the World Wide Web, intranets, and elsewhere.
|
 |
|
SOAP: Simple Object Access Protocol
SOAP is a lightweight XML-based protocol for exchanging information in a decentralized, distributed environment. It consists of three parts: an envelope defining message contents and processing, encoding rules for application-defined data types, and a convention for representing remote procedure calls and responses.
|
 |
|
WSDL: Web Services Description Language
Web Services Description Language (WSDL) is the "user manual" for the Web Service. It is an XML-based format for describing network services as a set of endpoints operating on messages containing either document-oriented or procedure-oriented information.
|
 |
|
XSD: XML Schema Definition
XML Schema Definition specifies how to formally describe the elements in an Extensible Markup Language document. This description can be used to verify that each item of content in a document adheres to the description of the element in which the content is to be placed.
|
 |
|
XSLT: Extensible Stylesheet Language Transformations
XSLT is a language to transform one XML document into another XML document. A variety of XML "dialects" (such as RosettaNet, BASDA, ebXML, and so on) exist today and XSLT is very useful to translate one format into another.
|
 |
 |
|
|
|