HTTPResponseCode property: Message class
Description
Use this property to return the HTTP response code for the transaction as an integer.
This property is read-only.
Example
&return_msg = %IntBroker.SyncRequest(&MSG);
If &return_msg.ResponseStatus = %IB_Status_Success Then
&nRET = &return_msg.HTTPResponseCode;
End-If;