- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Jan 2007 12:54:02 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-2G
In directory hutz:/tmp/cvs-serv6742/test-suite/documents/good/MessageTest-2G
Modified Files:
HTTPservice.wsdl
Log Message:
See http://lists.w3.org/Archives/Public/www-ws-desc/2007Jan/0122.html:
In order not to lose the few bindings that make sense under SOAP, I’ve cloned LocationTemplate-1G into LocationTemplate-2G which is an HTTP binding-only version. I twiddled a few other details to keep everything sufficiently unique (e.g. service name, whttp:location URLs, etc.)
I’ve cut the AutoRemainder, AdditionalQueryParams, and AutoQueryParams bindings from LocationTemplate-1G.
Since we’ve clarified that the {http location} is engaged on both soap-request and request-response MEPs, I cloned the remaining 4 operations and test them on the request-response MEP as well.
While doing this, I noticed some service names were not unique within the whole set of tests we’re doing, which is inconvenient for some implementations like Axis2. I updated MessageTest-2G,3G,4G service names (which should affect the component model more than the message tests.)
Also made sure queryParameterSeparater values were consistent with any query params explicitly specified in whttp:location.
Index: HTTPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-2G/HTTPservice.wsdl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C 2 -d -r1.10 -r1.11
*** HTTPservice.wsdl 12 Jan 2007 05:02:20 -0000 1.10
--- HTTPservice.wsdl 16 Jan 2007 12:54:00 -0000 1.11
***************
*** 70,74 ****
</documentation>
<fault ref="tns:EchoNameFault"/>
! <operation ref="tns:EchoName" whttp:location="EchoName?first={FirstName};middle={MiddleName};last={LastName}"
whttp:inputSerialization="application/xml"
whttp:outputSerialization="application/xml"
--- 70,74 ----
</documentation>
<fault ref="tns:EchoNameFault"/>
! <operation ref="tns:EchoName" whttp:location="EchoName?first={FirstName}&middle={MiddleName}&last={LastName}"
whttp:inputSerialization="application/xml"
whttp:outputSerialization="application/xml"
***************
*** 171,175 ****
</binding>
! <service name="MessageTestService" interface="tns:Echo">
<documentation>Exercise each endpoint in order.</documentation>
<endpoint name="MessageTestHTTP" binding="tns:EchoHTTPBinding"
--- 171,175 ----
</binding>
! <service name="MessageTest2GService" interface="tns:Echo">
<documentation>Exercise each endpoint in order.</documentation>
<endpoint name="MessageTestHTTP" binding="tns:EchoHTTPBinding"
Received on Tuesday, 16 January 2007 12:54:07 UTC