WSDL testcases have wrong SOAP namespace

Can someone please fix these 3 testcase from the WSDL 2.0 test suite
(assuming my explanation below is correct).

http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationDetails.wsdl
http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationList.wsdl
http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/documents/good/GreatH-1G/primer-hotelReservationService.wsdl

These 3 testcases use the wrong namespace for the 'wsoap' prefix:
     xmlns:wsoap= "http://www.w3.org/2005/08/wsdl/soap12

According to Part 2 Adjuncts Table 1-1 the SOAP namespace should be:
  xmlns:wsoap= "http://www.w3.org/2005/08/wsdl/soap

Thanks,
John Kaputin.

Received on Wednesday, 18 January 2006 10:32:35 UTC