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

Response Property

The response generated by the component.

Syntax

[VB.NET]
Public ReadOnlyProperty Response As String
Public ReadOnlyProperty ResponseB As Byte()

[C#]
public string Response {get;}
public byte[] ResponseB {get;}

Remarks

The response generated by the component after invoking ProcessRequest or CreateResponse. The format of the response may range from a simple HTML response to a signed GISB-Acknowledgement-Receipt, depending on the client's request. In any case it will report success or failure as appropriate. If you wish to reject the request you may set RequestStatus to an appropriate value before invoking CreateResponse.

This property is read-only.

Default Value

""

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