Re-post the WADL file in good format:

<application xmlns="http://wadl.dev.java.net/2009/02";
xmlns:xs="http://www.w3.org/2001/XMLSchema";><grammars><xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema";
attributeFormDefault="unqualified" elementFormDefault="unqualified">
    <xs:element name="responseWrapper" type="responseWrapper"/>
    <xs:complexType name="responseWrapper">
        <xs:sequence>
            <xs:element maxOccurs="unbounded" minOccurs="0" name="listItem"
type="xs:string"/>
            <xs:element minOccurs="0" name="theResponse" type="xs:string"/>
        </xs:sequence>
    </xs:complexType>
</xs:schema>
</grammars>
<resources
base="http://localhost:8080/ws-rest-prototype/services/LuckyNumbersRest";>
<resource path="/luckynumbers"><resource path="/getWADL"><method name="GET">
   <request></request>
   <response><representation mediaType="application/xml"/></response>
</method></resource></resource>
</resources></application>

--
View this message in context: 
http://cxf.547215.n5.nabble.com/java-util-List-in-rquest-missed-in-WADL-tp4365634p4365658.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to