Changes between Version 44 and Version 45 of SemanticWebServices
- Timestamp:
- 2009/03/20 11:58:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SemanticWebServices
v44 v45 170 170 Web services interfaces are described using web service description language ([http://www.w3.org/TR/wsdl WSDL]). In WSDL documents, semantic web services want to define the semantics of their inputs, outputs and services. This is done using [http://www.w3.org/2002/ws/sawsdl/ SAWSDL], which provides for the attributes modelReference (which defines the OWL class), liftingSchema (which links to an [http://www.w3.org/TR/xslt xslt] that lifts the [http://www.w3.org/XML/ xml] syntax into rdf) and loweringSchema (which links to an xslt that converts the rdf back to xml). 171 171 == Implementing a semantic web service == 172 === General approach for retro-fitting web services === 172 173 Assuming you have a web service that consumes and produces xml and that is described using a WSDL, here are the steps you would need to take: 173 174 * create a mapping, conceptually, between your xml and relevant owl classes and properties (this involves searching currently published ontologies)