- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 May 2006 19:29:30 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results/Baseline/GreatH-3G In directory hutz:/tmp/cvs-serv31300/test-suite/results/Baseline/GreatH-3G Modified Files: primer-hotelReservationService.canonical.wsdlcm Log Message: Added wrpc namespace support to wsdl-xslt. Updated baseline and reports. Index: primer-hotelReservationService.canonical.wsdlcm =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/Baseline/GreatH-3G/primer-hotelReservationService.canonical.wsdlcm,v retrieving revision 1.2 retrieving revision 1.3 diff -C 2 -d -r1.2 -r1.3 *** primer-hotelReservationService.canonical.wsdlcm 24 May 2006 19:27:43 -0000 1.2 --- primer-hotelReservationService.canonical.wsdlcm 25 May 2006 19:29:27 -0000 1.3 *************** *** 42,45 **** --- 42,75 ---- <parent ref="c2"/> <extcm:safety>false</extcm:safety> + <rpccm:rpcSignature> + <rpccm:argument> + <rpccm:name> + <basecm:namespaceName>http://greath.example.com/2004/schemas/resSvc</basecm:namespaceName> + <basecm:localName>checkInDate</basecm:localName> + </rpccm:name> + <rpccm:direction>#in</rpccm:direction> + </rpccm:argument> + <rpccm:argument> + <rpccm:name> + <basecm:namespaceName>http://greath.example.com/2004/schemas/resSvc</basecm:namespaceName> + <basecm:localName>checkOutDate</basecm:localName> + </rpccm:name> + <rpccm:direction>#in</rpccm:direction> + </rpccm:argument> + <rpccm:argument> + <rpccm:name> + <basecm:namespaceName>http://greath.example.com/2004/schemas/resSvc</basecm:namespaceName> + <basecm:localName>roomType</basecm:localName> + </rpccm:name> + <rpccm:direction>#in</rpccm:direction> + </rpccm:argument> + <rpccm:argument> + <rpccm:name> + <basecm:namespaceName>http://greath.example.com/2004/schemas/resSvc</basecm:namespaceName> + <basecm:localName>availability</basecm:localName> + </rpccm:name> + <rpccm:direction>#return</rpccm:direction> + </rpccm:argument> + </rpccm:rpcSignature> </interfaceOperationComponent></interfaceOperations> </interfaceComponent></interfaces> *************** *** 170,174 **** </typeDefinitionComponent><typeDefinitionComponent xml:id="c27"> <name> - <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> <basecm:localName>ENTITIES</basecm:localName> --- 200,203 ----
Received on Thursday, 25 May 2006 19:29:49 UTC