Relative URI's kill XML Signature's required canonicalization -- see http://lists.w3.org/Archives/Public/xml-uri/2000Sep/0083.html
Index: clash/clash.wsdl =================================================================== RCS file: /home/cvspublic/xml-axis/java/test/wsdl/clash/clash.wsdl,v retrieving revision 1.1 diff -u -r1.1 clash.wsdl --- clash/clash.wsdl 2 Feb 2002 15:23:06 -0000 1.1 +++ clash/clash.wsdl 8 Feb 2002 06:22:01 -0000 @@ -2,8 +2,8 @@ <definitions name="name clash test" - targetNamespace="clash.wsdl.test" - xmlns:tns="clash.wsdl.test" + targetNamespace="urn:clash.wsdl.test" + xmlns:tns="urn:clash.wsdl.test" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" @@ -12,7 +12,7 @@ <!-- type defs --> <types> - <xsd:schema targetNamespace="clash.wsdl.test" + <xsd:schema targetNamespace="urn:clash.wsdl.test" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:complexType name="sharedName"> <xsd:all> Index: multibinding/multibinding.wsdl =================================================================== RCS file: /home/cvspublic/xml-axis/java/test/wsdl/multibinding/multibinding.wsdl,v retrieving revision 1.1 diff -u -r1.1 multibinding.wsdl --- multibinding/multibinding.wsdl 1 Feb 2002 18:04:09 -0000 1.1 +++ multibinding/multibinding.wsdl 8 Feb 2002 06:22:01 -0000 @@ -1,9 +1,9 @@ <?xml version="1.0" ?> <definitions - name="multiple bindings test" - targetNamespace="multibinding.wsdl.test" - xmlns:tns="multibinding.wsdl.test" + name="urn:multiple bindings test" + targetNamespace="urn:multibinding.wsdl.test" + xmlns:tns="urn:multibinding.wsdl.test" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" Index: opStyles/opStyles.wsdl =================================================================== RCS file: /home/cvspublic/xml-axis/java/test/wsdl/opStyles/opStyles.wsdl,v retrieving revision 1.1 diff -u -r1.1 opStyles.wsdl --- opStyles/opStyles.wsdl 15 Jan 2002 16:00:46 -0000 1.1 +++ opStyles/opStyles.wsdl 8 Feb 2002 06:22:01 -0000 @@ -2,8 +2,8 @@ <definitions name="operation styles test" - targetNamespace="opStyles.wsdl.test" - xmlns:tns="opStyles.wsdl.test" + targetNamespace="urn:opStyles.wsdl.test" + xmlns:tns="urn:opStyles.wsdl.test" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" Index: parameterOrder/parameterOrder.wsdl =================================================================== RCS file: /home/cvspublic/xml-axis/java/test/wsdl/parameterOrder/parameterOrder.wsdl,v retrieving revision 1.1 diff -u -r1.1 parameterOrder.wsdl --- parameterOrder/parameterOrder.wsdl 10 Jan 2002 19:12:08 -0000 1.1 +++ parameterOrder/parameterOrder.wsdl 8 Feb 2002 06:22:01 -0000 @@ -2,8 +2,8 @@ <definitions name="parameterOrder test" - targetNamespace="parameterOrder.wsdl.test" - xmlns:tns="parameterOrder.wsdl.test" + targetNamespace="urn:parameterOrder.wsdl.test" + xmlns:tns="urn:parameterOrder.wsdl.test" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"