2002/ws/desc/test-suite/interchange wsdlcm.xsd,1.11,1.12 wsdlcm-soap.xsd,1.7,1.8

Update of /sources/public/2002/ws/desc/test-suite/interchange
In directory hutz:/tmp/cvs-serv17863/test-suite/interchange

Modified Files:
	wsdlcm.xsd wsdlcm-soap.xsd 
Log Message:
Correct case of element names in interchange format: bindingMessageReferenceComponent, bindingFaultReferenceComponent, and soapModuleComponent in schemas.

Index: wsdlcm-soap.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/interchange/wsdlcm-soap.xsd,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** wsdlcm-soap.xsd	6 Jul 2006 19:06:35 -0000	1.7
--- wsdlcm-soap.xsd	14 Nov 2006 13:45:55 -0000	1.8
***************
*** 223,227 ****
  		</xs:annotation>
  		<xs:sequence>
! 			<xs:element name="SoapModuleComponent"
  				type="SoapModuleComponent" maxOccurs="unbounded" />
  		</xs:sequence>
--- 223,227 ----
  		</xs:annotation>
  		<xs:sequence>
! 			<xs:element name="soapModuleComponent"
  				type="SoapModuleComponent" maxOccurs="unbounded" />
  		</xs:sequence>

Index: wsdlcm.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/interchange/wsdlcm.xsd,v
retrieving revision 1.11
retrieving revision 1.12
diff -C 2 -d -r1.11 -r1.12
*** wsdlcm.xsd	1 Nov 2006 02:03:32 -0000	1.11
--- wsdlcm.xsd	14 Nov 2006 13:45:55 -0000	1.12
***************
*** 528,532 ****
  		</xs:annotation>
  		<xs:sequence>
! 			<xs:element name="BindingMessageReferenceComponent"
  				type="BindingMessageReferenceComponent" maxOccurs="unbounded" />
  		</xs:sequence>
--- 528,532 ----
  		</xs:annotation>
  		<xs:sequence>
! 			<xs:element name="bindingMessageReferenceComponent"
  				type="BindingMessageReferenceComponent" maxOccurs="unbounded" />
  		</xs:sequence>
***************
*** 581,585 ****
  		</xs:annotation>
  		<xs:sequence>
! 			<xs:element name="BindingFaultReferenceComponent"
  				type="BindingFaultReferenceComponent" maxOccurs="unbounded" />
  		</xs:sequence>
--- 581,585 ----
  		</xs:annotation>
  		<xs:sequence>
! 			<xs:element name="bindingFaultReferenceComponent"
  				type="BindingFaultReferenceComponent" maxOccurs="unbounded" />
  		</xs:sequence>

Received on Tuesday, 14 November 2006 13:46:27 UTC