I've tried to set up a page in Wicket (extending org.apache.wicket.markup.html.WebPage) to receive an HTTP post request containing an XML document in the body that is coming from a third-party service provider (CRE Secure, a credit card gateway) and when I access the request input stream like this:
getWebRequest().getHttpServletRequest().getInputStream();
... the stream always has zero bytes.
What am I doing wrong?