small problems in part 1 appendix C
Jacek Kopecky <[email protected]> Wed, 25 Apr 2007 17:19:51 +0200
| Newsgroups | gmane.comp.web.services.description |
|---|---|
| Message-ID | <1177514391.12769.19.camel@localhost> |
Hi all,
implementing the RDF mapping, 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)
2) example c-2 has a typo, it declares namespace prefix ns1 but uses
xsTicketAgent in the fifth IRI
Jacek