- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 May 2005 11:45:28 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/tools
In directory homer:/tmp/cvs-serv11210
Modified Files:
setup-namespaces
Log Message:
Now the SOAP binding is generic
Index: setup-namespaces
===================================================================
RCS file: /sources/public/2002/ws/desc/tools/setup-namespaces,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** setup-namespaces 3 May 2005 11:21:37 -0000 1.17
--- setup-namespaces 3 May 2005 11:45:26 -0000 1.18
***************
*** 147,151 ****
}
elsif ($ID eq 'PART2') {
! &moveSchema("wsdl20-soap.xsd", "soap12.xsd");
&moveSchema("wsdl20-http.xsd", "http.xsd");
&moveSchema("wsdl20-rpc.xsd", "rpc.xsd");
--- 147,151 ----
}
elsif ($ID eq 'PART2') {
! &moveSchema("wsdl20-soap.xsd", "soap.xsd");
&moveSchema("wsdl20-http.xsd", "http.xsd");
&moveSchema("wsdl20-rpc.xsd", "rpc.xsd");
Received on Tuesday, 3 May 2005 11:45:37 UTC