[Bug 4492] Canonical fragments and targetNamespace
[email protected] Wed, 25 Apr 2007 17:13:53 +0000
| Newsgroups | gmane.comp.web.services.description |
|---|---|
| Message-ID | <[email protected]> |
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: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
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)