ProcessRequest Method
Processes the EDI data, and generates the receipt.
Syntax
public void ProcessRequest();
Public Sub ProcessRequest()
Remarks
Invoking ProcessRequest automates the entire server process. The method scans the request, determines the EDIData, and generates the Response and ResponseHeaders. The method's functionality is the same as the combined functionality of ParseFormData, ParseRequest, and CreateResponse.
The method will throw an exception if any errors are found. However, the Response will still be generated and will contain information about any errors. It is recommended that you catch any exceptions and invoke SendResponse in case of either success or failure.
The component will populate EDIData if possible.