2002/ws/desc/wsdl20 wsdl20-defs.xml,1.1,1.2

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv14332/ws/desc/wsdl20

Modified Files:
	wsdl20-defs.xml 
Log Message:
Fix property order (for Part 2, to match Part 1).

Index: wsdl20-defs.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-defs.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** wsdl20-defs.xml	16 Jun 2005 00:34:47 -0000	1.1
--- wsdl20-defs.xml	16 Jun 2005 13:25:51 -0000	1.2
***************
*** 111,128 ****
  <compdef comp="HTTP Header"/>
  <propdef prop="safety" comp="Interface Operation"/>
! <propdef prop="rpc-signature" comp="Interface Operation"/>
  <propdef prop="soap version" comp="Binding"/>
  <propdef prop="soap underlying protocol" comp="Binding"/>
  <propdef prop="soap fault code" comp="Binding Fault"/>
  <propdef prop="soap fault subcodes" comp="Binding Fault"/>
  <propdef prop="soap mep" comp="Binding Operation"/>
  <propdef prop="soap action" comp="Binding Operation"/>
! <propdef prop="soap modules" comp="Binding"/>
  <propdef prop="ref" comp="SOAP Module"/>
  <propdef prop="required" comp="SOAP Module"/>
- <propdef prop="soap headers" comp="Binding Message Reference"/>
  <propdef prop="element" comp="SOAP Header Block"/>
  <propdef prop="mustUnderstand" comp="SOAP Header Block"/>
  <propdef prop="http version" comp="Binding"/>
  <propdef prop="http location" comp="Binding Operation"/>
  <propdef prop="http method" comp="Binding Operation"/>
--- 111,131 ----
  <compdef comp="HTTP Header"/>
  <propdef prop="safety" comp="Interface Operation"/>
! <propdef prop="rpc signature" comp="Interface Operation"/>
  <propdef prop="soap version" comp="Binding"/>
  <propdef prop="soap underlying protocol" comp="Binding"/>
+ <propdef prop="soap modules" comp="Binding"/>
  <propdef prop="soap fault code" comp="Binding Fault"/>
  <propdef prop="soap fault subcodes" comp="Binding Fault"/>
  <propdef prop="soap mep" comp="Binding Operation"/>
  <propdef prop="soap action" comp="Binding Operation"/>
! <propdef prop="soap headers" comp="Binding Message Reference"/>
  <propdef prop="ref" comp="SOAP Module"/>
  <propdef prop="required" comp="SOAP Module"/>
  <propdef prop="element" comp="SOAP Header Block"/>
  <propdef prop="mustUnderstand" comp="SOAP Header Block"/>
  <propdef prop="http version" comp="Binding"/>
+ <propdef prop="http cookies" comp="Binding"/>
+ <propdef prop="http error status code" comp="Binding Fault"/>
+ <propdef prop="http error reason phrase" comp="Binding Fault"/>
  <propdef prop="http location" comp="Binding Operation"/>
  <propdef prop="http method" comp="Binding Operation"/>
***************
*** 132,142 ****
  <propdef prop="http query parameter separator" comp="Binding Operation"/>
  <propdef prop="http headers" comp="Binding Message Reference"/>
- <propdef prop="element" comp="HTTP Header"/>
- <propdef prop="http error status code" comp="Binding Fault"/>
- <propdef prop="http error reason phrase" comp="Binding Fault"/>
  <propdef prop="http transfer coding" comp="Binding Message Reference"/>
- <propdef prop="http cookies" comp="Binding"/>
  <propdef prop="http authentication scheme" comp="Endpoint"/>
  <propdef prop="http authentication realm" comp="Endpoint"/>
  </spec>
  </defs>
--- 135,142 ----
  <propdef prop="http query parameter separator" comp="Binding Operation"/>
  <propdef prop="http headers" comp="Binding Message Reference"/>
  <propdef prop="http transfer coding" comp="Binding Message Reference"/>
  <propdef prop="http authentication scheme" comp="Endpoint"/>
  <propdef prop="http authentication realm" comp="Endpoint"/>
+ <propdef prop="element" comp="HTTP Header"/>
  </spec>
  </defs>

Received on Thursday, 16 June 2005 13:25:58 UTC