Hi,
I'm just getting into WADL. I've successfully built a WADL using an XSD
schema based on the examples.
However, I've been trying to set up a WADL for a system where the
requests (post) and responses are currently defined using RNG schemas
with media type 'text/xml' an the XML itself is defined without any
namespaces.
I haven't been able to find any examples using RNG schemas, the
specification says that the grammars section can contain either XSD or
RNG but little else and my trials so far have all failed. Are there any
examples of using RNG?
I'd be happy to convert the RNG schemas to XSD except that since the XML
contains no namespace I can't then get JAXB to parse the responses.
Any thoughts?
Thanks
John