2002/ws/desc/wsdl20 wsdl20-bindings.xml,1.86,1.87

Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv23262

Modified Files:
	wsdl20-bindings.xml 
Log Message:
Fixed pseudo schemas (s/xs:anyURI/xs:string/)


Index: wsdl20-bindings.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -d -r1.86 -r1.87
*** wsdl20-bindings.xml	26 Jul 2004 10:55:18 -0000	1.86
--- wsdl20-bindings.xml	26 Jul 2004 11:07:46 -0000	1.87
***************
*** 1074,1081 ****
      &lt;operation ref="<emph>xs:QName</emph>" 
                 <b>http:location</b>="<emph>xs:anyURI</emph>"?
!                <b>http:method</b>="<emph>xs:anyURI</emph>"? 
!                <b>http:inputSerialization</b>="<emph>xs:anyURI</emph>"? 
!                <b>http:outputSerialization</b>="<emph>xs:anyURI</emph>"? 
!                <b>http:faultSerialization</b>="<emph>xs:anyURI</emph>"? 
                 <b>http:defaultTransferCoding</b>="<emph>xs:string</emph>"? &gt;
            &lt;documentation /&gt;?
--- 1074,1081 ----
      &lt;operation ref="<emph>xs:QName</emph>" 
                 <b>http:location</b>="<emph>xs:anyURI</emph>"?
!                <b>http:method</b>="<emph>xs:string</emph>"? 
!                <b>http:inputSerialization</b>="<emph>xs:string</emph>"? 
!                <b>http:outputSerialization</b>="<emph>xs:string</emph>"? 
!                <b>http:faultSerialization</b>="<emph>xs:string</emph>"? 
                 <b>http:defaultTransferCoding</b>="<emph>xs:string</emph>"? &gt;
            &lt;documentation /&gt;?
***************
*** 1478,1485 ****
     &lt;operation ref="<emph>xs:QName</emph>" 
                <b>http:location</b>="<emph>xs:anyURI</emph>"?
!               <b>http:method</b>="<emph>xs:anyURI</emph>"? 
!               <b>http:inputSerialization</b>="<emph>xs:anyURI</emph>"? 
!               <b>http:outputSerialization</b>="<emph>xs:anyURI</emph>"? 
!               <b>http:faultSerialization</b>="<emph>xs:anyURI</emph>"? &gt;
    &lt;/operation&gt;
   &lt;/binding&gt;
--- 1478,1485 ----
     &lt;operation ref="<emph>xs:QName</emph>" 
                <b>http:location</b>="<emph>xs:anyURI</emph>"?
!               <b>http:method</b>="<emph>xs:string</emph>"? 
!               <b>http:inputSerialization</b>="<emph>xs:string</emph>"? 
!               <b>http:outputSerialization</b>="<emph>xs:string</emph>"? 
!               <b>http:faultSerialization</b>="<emph>xs:string</emph>"? &gt;
    &lt;/operation&gt;
   &lt;/binding&gt;

Received on Monday, 26 July 2004 07:07:49 UTC