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

ParseRequest Method

Parses the MIME message and determines the Message .

Syntax

[VB.NET]
Public Sub ParseRequest()
[C#]
public void ParseRequest();

Remarks

Once the message is acquired from the sender and the RNIFVersion and ResponseType properties have been parsed out, this method should be called to MIME decode the RosettaNet message, verify the signature if present, and decrypt the service content if needed. The PreambleHeaderXML, DeliveryHeaderXML, ServiceHeaderXML and ServiceContent properties are all populated, as well as the attachment properties, if any exist.

NOTE: before calling this method, the message must be read from the server via a call to ReadRequest.

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