2002/ws/desc/test-suite/documents/good/MessageTest-1G TestHeader.xsd,NONE,1.1 SOAPservice.wsdl,1.7,1.8 servicetypes.xsd,1.2,1.3

Update of /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-1G
In directory hutz:/tmp/cvs-serv23471/test-suite/documents/good/MessageTest-1G

Modified Files:
	SOAPservice.wsdl servicetypes.xsd 
Added Files:
	TestHeader.xsd 
Log Message:
Fixed soap header schema types, added slash after soap-response URI.

Index: servicetypes.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-1G/servicetypes.xsd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** servicetypes.xsd	1 Nov 2006 02:03:30 -0000	1.2
--- servicetypes.xsd	14 Nov 2006 16:01:42 -0000	1.3
***************
*** 27,30 ****
        <xs:element name="messageTestFault" type="xsmt:IntFaultStruct"/>
        <xs:element name="messageTestSimpleFault" type="xs:string"/>
-       <xs:element name="TestSOAPHeader" type="xs:string"/>
      </xs:schema>
--- 27,29 ----

Index: SOAPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-1G/SOAPservice.wsdl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** SOAPservice.wsdl	6 Nov 2006 15:42:56 -0000	1.7
--- SOAPservice.wsdl	14 Nov 2006 16:01:42 -0000	1.8
***************
*** 35,38 ****
--- 35,40 ----
      <import xmlns="http://www.w3.org/2001/XMLSchema" schemaLocation="servicetypes.xsd"
        namespace="http://example.org/message-test/xsd"/>
+     <import xmlns="http://www.w3.org/2001/XMLSchema" schemaLocation="TestHeader.xsd"
+       namespace="http://www.w3.org/2002/ws/desc/6/10/test-module"/>
    </types>
  
***************
*** 158,162 ****
      </operation>
      <operation ref="tns:EchoString2" 
!       wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response"
        wsoap:action="http://example.org/message-test/action/EchoString2">
        <input/>
--- 160,164 ----
      </operation>
      <operation ref="tns:EchoString2" 
!       wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
        wsoap:action="http://example.org/message-test/action/EchoString2">
        <input/>

--- NEW FILE: TestHeader.xsd ---
<xs:schema elementFormDefault="qualified" targetNamespace="http://www.w3.org/2002/ws/desc/6/10/test-module"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns:test="http://www.w3.org/2002/ws/desc/6/10/test-module">
  <xs:element name="TestSOAPHeader"/>
</xs:schema>

Received on Tuesday, 14 November 2006 16:01:58 UTC