Changes between Version 45 and Version 46 of SemanticWebServices

Show
Ignore:
Timestamp:
2009/03/20 11:58:58 (15 years ago)
Author:
rvos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SemanticWebServices

    v45 v46  
    169169=== SAWSDL === 
    170170Web 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 == Implementing a semantic web service == 
     171== Implementing semantic web services == 
    172172=== General approach for retro-fitting web services === 
    173173Assuming 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: