cflemi18
12 years agoNew Contributor
xsd definitions in WADL File
Hi Folks,
I have a REST Project which has a WADL File, inside this file there are references to two XSD files (where the service operations are defined). When I load the WADL File, the service operations are missing (I am assuming this is because SoapUI cant find the xsd references, or can't load them).
Any Idea's ?
Example
<wadl:application xmlns:wadl="http://research.sun.com/wadl/2006/10" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<wadl:doc xmlns:enunciate="http://enunciate.codehaus.org/" enunciate:generatedBy="Enunciate-1.22"/>
<wadl:grammars>
<wadl:include href="ns.xsd"/>
<wadl:include href="data.xsd"/>
</wadl:grammars>
I have a REST Project which has a WADL File, inside this file there are references to two XSD files (where the service operations are defined). When I load the WADL File, the service operations are missing (I am assuming this is because SoapUI cant find the xsd references, or can't load them).
Any Idea's ?
Example
<wadl:application xmlns:wadl="http://research.sun.com/wadl/2006/10" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<wadl:doc xmlns:enunciate="http://enunciate.codehaus.org/" enunciate:generatedBy="Enunciate-1.22"/>
<wadl:grammars>
<wadl:include href="ns.xsd"/>
<wadl:include href="data.xsd"/>
</wadl:grammars>