- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 May 2011 17:01:52 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/test In directory hutz:/tmp/cvs-serv18234 Modified Files: scenario.xml Log Message: add some variants for @content Index: scenario.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/test/scenario.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- scenario.xml 7 Apr 2011 12:29:16 -0000 1.16 +++ scenario.xml 24 May 2011 17:01:49 -0000 1.17 @@ -713,6 +713,81 @@ the WSDL of the service. </p> </div3> + + <div3> + <head>Variations</head> + + <olist> + <item> + <p> + The GetMetadata request contains a Dialect@Content attribute set to + 'EPR'. The response will either be a MetadataSection with a + reference/EPR to the WSDL, or no MetadataSecton at all for this + Type/Identifier/Content triplet. + </p> + </item> + <item> + <p> + The GetMetadata request contains a Dialect@Content attribute set to + 'URI'. The response will either be a MetadataSection with a + reference/URI to the WSDL, or no MetadataSecton at all for this + Type/Identifier/Content triplet. + </p> + </item> + <item> + <p> + The GetMetadata request contains a Dialect@Content attribute set to + 'Metadata'. The response will either be a MetadataSection with a + the WSDL, or no MetadataSecton at all for this + Type/Identifier/Content triplet. + </p> + </item> + <item> + <p> + The GetMetadata request contains a Dialect@Content attribute set to + 'Any'. The response will either be a set of MetadataSections with a + references to the WSDL, or the WSDL itself. Note that the exact + set is service specific and can be empty. + </p> + </item> + <item> + <p> + The GetMetadata request contains a Dialect@Content attribute set to + 'All'. The response will either be a set of MetadataSections with a + references to the WSDL, or the WSDL itself. Note, that the result + will contain all possible forms of the WSDL. The result will include + all forms of WSDL returned by the previous variations. + </p> + </item> + <item> + <p> + The GetMetadata request contains a Dialect@Identifier attribute. The + result will only contain WSDL documents that match this + value. + </p> + </item> + <item> + <p> + The GetMetadata request contains a Dialect@Identifier attribute. The + result will only contain WSDL documents that match this + value. + </p> + </item> + <item> + <p> + The GetMetadata request contains a GetMetadata@Content attribute + but the Dialect@Content attribute is absent. The result should + match the @Content value specified. + </p> + </item> + <item> + <p> + The GetMetadata request contains a GetMetadata@Content attribute + set to an unknown URI. The result should not contain any + metadata. + </p> + </item> + </div3> </div2> <div2 tocStop='true'>
Received on Tuesday, 24 May 2011 17:01:53 UTC