Marc Hadley wrote:
> The spec allows RNG but wadl2java only currently supports XSD - sorry.
>
OK, fair enough - would explain why I couldn't get it to work :).
>> 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.
>>
> Hmm, can't you omit the targetNamespace attribute in the XSD to put
> all the elements in the default namespace ?
OK thanks - got it to work now, had a stupid problem of using the
default namespace for my wadl (doh!) and having it clash with the lack
of namespace in the schema so my element definition in my representation
clashed so I thought I needed a namespace for the element ref.
Thanks
John