ReadRequest Method
Reads the AS2 request from the given HTTP servlet request.
Syntax
public void ReadRequest();
Public Sub ReadRequest()
Remarks
In the Java edition, reads the request from the specified HttpServletRequest. The request will be stored in Request and the headers in RequestHeaders. ParseRequest may then be invoked.
In versions other than Java, this method has no effect.