Forum Discussion

cflemi18's avatar
cflemi18
New Contributor
12 years ago

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>

6 Replies

  • cflemi18's avatar
    cflemi18
    New Contributor
    I must say that I am surprised that no one else has encountered this issue. I sent an email to smart bear support at the same time I posted this, and no response.
    • droseman's avatar
      droseman
      Frequent Visitor

      Can you please tell me the solution to this?  I, too, need to find XSD definitions for my WADL file.

       

      Sincerely,

      Dave

      daveroseman@yahoo.com

      • Adi2's avatar
        Adi2
        New Contributor

        Hi 

        I have the same problem , 

        Can you please tell me how this problem resolved ???

  • janek's avatar
    janek
    Regular Visitor

    I know this is a very old thread, but did any of you guys figure out how to do this?