- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Nov 2005 12:26:55 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/tools In directory homer:/tmp/cvs-serv3524 Modified Files: setup-namespaces Log Message: Added SOAP 1.1 HTTP binding Index: setup-namespaces =================================================================== RCS file: /sources/public/2002/ws/desc/tools/setup-namespaces,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** setup-namespaces 18 Nov 2005 12:58:14 -0000 1.27 --- setup-namespaces 22 Nov 2005 12:26:53 -0000 1.28 *************** *** 41,44 **** --- 41,47 ---- elsif ($DOC =~ m/wsdl20-adjuncts-$Y$M$D/) { $ID = 'PART2'; + } + elsif ($DOC =~ m/wsdl20-soap11-binding-$Y$M$D/) { + $ID = 'SOAP11'; } else { die "Unknown document type"; *************** *** 233,234 **** --- 236,248 ---- &genStyleDoc('multipart.html', 'Multipart'); } + + ########################################################################### + # SOAP 1.1 HTTP binding + + if ($ID eq 'SOAP11') { + my $c = &readFromTemplate("soap11-binding.html"); + &createDir("$TARGET/../soap11"); + &createDir("$TARGET/../soap11/bindings"); + &writeInDoc("$TARGET/../soap11/bindings/HTTP.html", $c); + print "Generated soap11/bindings/HTTP\n"; + }
Received on Tuesday, 22 November 2005 12:27:53 UTC