Difference between revisions of "Service Description (WSDL)"

From Earth Science Information Partners (ESIP)
Line 2: Line 2:
  
 
==Web Service Description Language==
 
==Web Service Description Language==
<table xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:cw="http://www.ngdc.noaa.gov/metadata/published/xsd/crosswalk.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" width="95%" border="1" cellpadding="3" cellspacing="3" style="border-collapse: collapse;"><tr><th width="15%">Concept</th><th width="25%">Description</th><th width="60%">Dialect (Fit) Paths</th></tr><tr><td>[[Concepts_Glossary#Types|Types]]</td><td>Describes the data. The XML Schema language (also known as XSD) is used (inline or referenced) for this purpose.</td><td style="word-break:break-all;"><b>WSDL</b> /wsdl:definitions/wsdl:types<br></td></tr><tr><td>[[Concepts_Glossary#Interface|Interface]]</td><td>A set of operations supported by one or more service endpoints.</td><td style="word-break:break-all;"><b>WSDL</b> /wsdl:definitions/wsdl:portType<br></td></tr><tr><td>[[Concepts_Glossary#Service_Operation_Name|Service Operation Name]]</td><td>name of an operation provided by the service.</td><td style="word-break:break-all;"><b>ISO</b> /*/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:containsOperations/srv:SV_OperationMetadata/srv:operationName/gco:CharacterString<br><b>ISO-1</b> /mdb:MD_Metadata/mdb:identificationInfo/srv:SV_ServiceIdentification/srv:containsOperations/srv:SV_OperationMetadata/srv:operationName/gco:CharacterString<br><b>WSDL</b> /wsdl:definitions/wsdl:interface/wsdl:operation/@name<br></td></tr><tr><td>[[Concepts_Glossary#Binding|Binding]]</td><td>A protocol and data format specification for a particular interface.</td><td style="word-break:break-all;"><b>WSDL</b> /wsdl:definitions/wsdl:binding<br></td></tr><tr><td>[[Concepts_Glossary#Service_Location|Service Location]]</td><td>Endpoint for accessing the service.</td><td style="word-break:break-all;"><b>ISO</b> /*/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:containsOperations/srv:SV_OperationMetadata/srv:connectPoint/gmd:CI_OnlineResource/gmd:linkage/gmd:URL<br><b>ISO-1</b> /mdb:MD_Metadata/mdb:identificationInfo/srv:SV_ServiceIdentification/srv:containsOperations/srv:SV_OperationMetadata/srv:connectPoint/cit:CI_OnlineResource/cit:linkage/gco:CharacterString<br><b>SERF</b> /serf:SERF/serf:Service_Citation/serf:URL<br><b>WSDL</b> /wsdl:definitions/wsdl:service/wsdl:endpoint<br></td></tr><tr><td>[[Concepts_Glossary#Service|Service]]</td><td>The end points supported by the web service.</td><td style="word-break:break-all;"><b>WSDL</b> /wsdl:definitions/wsdl:service<br></td></tr></table>
+
Web Service Description Language (WSDL) is a standard format for describing web services. This spiral includes the WSDL attributes recommended for web services description.
 +
<i xmlns:xsl="http://www.w3.org/1999/XSL/Transform">Source: </i> [http://en.wikipedia.org/wiki/Web_Services_Description_Language WSDL Wikipedia]<table xmlns:xsl="http://www.w3.org/1999/XSL/Transform" width="95%" border="1" cellpadding="3" cellspacing="3" style="border-collapse: collapse;"><tr><th width="15%">Concept</th><th width="25%">Description</th><th width="60%">Dialect (Fit) Paths</th></tr><tr><td>[[Concepts_Glossary#Types|Types]]</td><td>Describes the data. The XML Schema language (also known as XSD) is used (inline or referenced) for this purpose.</td><td style="word-break:break-all;"><b>WSDL</b> /wsdl:definitions/wsdl:types<br></td></tr><tr><td>[[Concepts_Glossary#Interface|Interface]]</td><td>A set of operations supported by one or more service endpoints.</td><td style="word-break:break-all;"><b>WSDL</b> /wsdl:definitions/wsdl:portType<br></td></tr><tr><td>[[Concepts_Glossary#Service_Operation_Name|Service Operation Name]]</td><td>Name of an operation provided by the service.</td><td style="word-break:break-all;"><b>ISO</b> /*/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:containsOperations/srv:SV_OperationMetadata/srv:operationName/gco:CharacterString<br><b>ISO-1</b> /mdb:MD_Metadata/mdb:identificationInfo/srv:SV_ServiceIdentification/srv:containsOperations/srv:SV_OperationMetadata/srv:operationName/gco:CharacterString<br><b>WSDL</b> /wsdl:definitions/wsdl:interface/wsdl:operation/@name<br></td></tr><tr><td>[[Concepts_Glossary#Binding|Binding]]</td><td>A protocol and data format specification for a particular interface.</td><td style="word-break:break-all;"><b>WSDL</b> /wsdl:definitions/wsdl:binding<br></td></tr><tr><td>[[Concepts_Glossary#Service_Location|Service Location]]</td><td>Endpoint for accessing the service.</td><td style="word-break:break-all;"><b>ISO</b> /*/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:containsOperations/srv:SV_OperationMetadata/srv:connectPoint/gmd:CI_OnlineResource/gmd:linkage/gmd:URL<br><b>ISO-1</b> /mdb:MD_Metadata/mdb:identificationInfo/srv:SV_ServiceIdentification/srv:containsOperations/srv:SV_OperationMetadata/srv:connectPoint/cit:CI_OnlineResource/cit:linkage/gco:CharacterString<br><b>SERF</b> /serf:SERF/serf:Service_Citation/serf:URL<br><b>WSDL</b> /wsdl:definitions/wsdl:service/wsdl:endpoint<br></td></tr><tr><td>[[Concepts_Glossary#Service|Service]]</td><td>The end points supported by the web service.</td><td style="word-break:break-all;"><b>WSDL</b> /wsdl:definitions/wsdl:service<br></td></tr></table>
 
''xPath Note:'' The xPaths included in this table use several wildcards. // means any path, so //gmd:CI_ResponsibleParty indicates a gmd:CI_ResponsibleParty anywhere in an XML file. /*/ indicates a single level with several possible elements. This usually indicates one of several concrete realizations of an abstract object. For example /*/gmd:identificationInfo could be gmd:MD_Metadata/gmd:identificationInfo or gmi:MI_Metadata/gmd:identificationInfo and gmd:identificationInfo//*/gmd:descriptiveKeywords could be gmd:identificationInfo/gmd:MD_DataIdentification/gmd:descriptiveKeywords or gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:descriptiveKeywords.
 
''xPath Note:'' The xPaths included in this table use several wildcards. // means any path, so //gmd:CI_ResponsibleParty indicates a gmd:CI_ResponsibleParty anywhere in an XML file. /*/ indicates a single level with several possible elements. This usually indicates one of several concrete realizations of an abstract object. For example /*/gmd:identificationInfo could be gmd:MD_Metadata/gmd:identificationInfo or gmi:MI_Metadata/gmd:identificationInfo and gmd:identificationInfo//*/gmd:descriptiveKeywords could be gmd:identificationInfo/gmd:MD_DataIdentification/gmd:descriptiveKeywords or gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:descriptiveKeywords.
 
''Fit:'' The fit of the dialect path with the concept is estimated on a scale of 1 = excellent two-way fit, 2 = one-way fit or some other problem, 3 - extension required.
 
''Fit:'' The fit of the dialect path with the concept is estimated on a scale of 1 = excellent two-way fit, 2 = one-way fit or some other problem, 3 - extension required.
 
[[Category:Documentation Recommendations]]
 
[[Category:Documentation Recommendations]]

Revision as of 18:45, November 20, 2014

Web Service Description Language (WSDL) is a standard format for describing how to access a web service, and what operations it will perform.

Web Service Description Language

Web Service Description Language (WSDL) is a standard format for describing web services. This spiral includes the WSDL attributes recommended for web services description.

Source: WSDL Wikipedia

ConceptDescriptionDialect (Fit) Paths
TypesDescribes the data. The XML Schema language (also known as XSD) is used (inline or referenced) for this purpose.WSDL /wsdl:definitions/wsdl:types
InterfaceA set of operations supported by one or more service endpoints.WSDL /wsdl:definitions/wsdl:portType
Service Operation NameName of an operation provided by the service.ISO /*/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:containsOperations/srv:SV_OperationMetadata/srv:operationName/gco:CharacterString
ISO-1 /mdb:MD_Metadata/mdb:identificationInfo/srv:SV_ServiceIdentification/srv:containsOperations/srv:SV_OperationMetadata/srv:operationName/gco:CharacterString
WSDL /wsdl:definitions/wsdl:interface/wsdl:operation/@name
BindingA protocol and data format specification for a particular interface.WSDL /wsdl:definitions/wsdl:binding
Service LocationEndpoint for accessing the service.ISO /*/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:containsOperations/srv:SV_OperationMetadata/srv:connectPoint/gmd:CI_OnlineResource/gmd:linkage/gmd:URL
ISO-1 /mdb:MD_Metadata/mdb:identificationInfo/srv:SV_ServiceIdentification/srv:containsOperations/srv:SV_OperationMetadata/srv:connectPoint/cit:CI_OnlineResource/cit:linkage/gco:CharacterString
SERF /serf:SERF/serf:Service_Citation/serf:URL
WSDL /wsdl:definitions/wsdl:service/wsdl:endpoint
ServiceThe end points supported by the web service.WSDL /wsdl:definitions/wsdl:service

xPath Note: The xPaths included in this table use several wildcards. // means any path, so //gmd:CI_ResponsibleParty indicates a gmd:CI_ResponsibleParty anywhere in an XML file. /*/ indicates a single level with several possible elements. This usually indicates one of several concrete realizations of an abstract object. For example /*/gmd:identificationInfo could be gmd:MD_Metadata/gmd:identificationInfo or gmi:MI_Metadata/gmd:identificationInfo and gmd:identificationInfo//*/gmd:descriptiveKeywords could be gmd:identificationInfo/gmd:MD_DataIdentification/gmd:descriptiveKeywords or gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:descriptiveKeywords. Fit: The fit of the dialect path with the concept is estimated on a scale of 1 = excellent two-way fit, 2 = one-way fit or some other problem, 3 - extension required.