Yes, with @QueryParam annotation, I can call the web method successfully
using 

.../getWADL?theRequest=1234&theList=item1&theList=item2

and the requestWrapper.toString is RequestWrapper{theList=[item1, item2],
theRequest='1234'}. 

Without @QueryParam annotation, the call fails with "Unexpected EOF in
prolog" error because XML payload is expected.

However, how can I pass the XML payload to the GET method? The Restful
Client I am using does not allow me to input any XML data when "GET" method
is used. 

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

Reply via email to