EDI Integrator V9 - Online Help
Available for:
EDI Integrator V9
Questions / Feedback?

ProcessRequest Method

Processes the EDI data, and generates the receipt.

Syntax

[VB.NET]
Public Sub ProcessRequest()
[C#]
public void 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.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0