IPWorks EDI 2020 Kotlin Edition

Questions / Feedback?

Response Property

The response generated by the component.

Syntax

public val response: String
public val responseB: ByteArray?

Default Value

""

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.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks EDI 2020 Kotlin Edition - Version 20.0 [Build 8033]