Hi,

 

I have successfully setup a restful service using Wicketstuff
wicket-restannotation that accepts Json parameters. But I need to write
something in Wicket that will accepts a post of an order confirmation from
another source that does not use Json. Is there a simple way of doing that
with wicket-restannotations? I only see how to process Json. I know that
Json standard for a restful service, so I may have to do something else,
like using @MountPath and pulling the parameters out of the request.

 

Bruce

Reply via email to