[Bug 4492] Canonical fragments and targetNamespace

http://www.w3.org/Bugs/Public/show_bug.cgi?id=4492

           Summary: Canonical fragments and targetNamespace
           Product: WSDL
           Version: 2.0
          Platform: All
               URL: http://lists.w3.org/Archives/Public/www-ws-
                    desc/2007Apr/0052.html
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: plh@w3.org
        ReportedBy: jonathan@wso2.com
         QAContact: www-ws-desc@w3.org


I'm also implementing the creation of the fragment identifiers and I found the
following small (maybe editorial) problems in Appendix C:

1) the canonical form does not say that no xmlns() pointer part should define
the namespace same as the namespace of the WSDL 2.0 document, so it doesn't
seem that the following would be uncanonical, while it should be:

http://example.com/wsdl#
    xmlns(ns1=http://example.com/wsdl#)
    wsdl.interfaceFaultReference(iface/op/In/ns1:Foo)

Received on Wednesday, 25 April 2007 17:13:55 UTC