- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 06 Nov 2006 15:42:58 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-1G
In directory hutz:/tmp/cvs-serv23799/test-suite/documents/good/MessageTest-1G
Modified Files:
SOAPservice.wsdl
Log Message:
Added missing xs namespace declaration in MessageTest-1G. Updated MessageTest-3G baseline. Regenerated results.
Index: SOAPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-1G/SOAPservice.wsdl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** SOAPservice.wsdl 3 Nov 2006 20:10:38 -0000 1.6
--- SOAPservice.wsdl 6 Nov 2006 15:42:56 -0000 1.7
***************
*** 2,6 ****
targetNamespace="http://example.org/message-test" xmlns:tns="http://example.org/message-test"
xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap" xmlns:wsdlx="http://www.w3.org/2006/01/wsdl-extensions"
! xmlns:whttp="http://www.w3.org/2006/01/wsdl/http" xmlns:xsmt="http://example.org/message-test/xsd">
<documentation><![CDATA[
--- 2,7 ----
targetNamespace="http://example.org/message-test" xmlns:tns="http://example.org/message-test"
xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap" xmlns:wsdlx="http://www.w3.org/2006/01/wsdl-extensions"
! xmlns:whttp="http://www.w3.org/2006/01/wsdl/http" xmlns:xsmt="http://example.org/message-test/xsd"
! xmlns:xs="http://www.w3.org/2001/XMLSchema">
<documentation><![CDATA[
Received on Monday, 6 November 2006 15:43:29 UTC