iTP Active Transaction Pages (iTP ATP) Programmer's Guide

ATP Objects, Properties, and Methods
iTP Active Transaction Pages (iTP ATP) Programmer’s Guide522292-002
4-4
Properties
port
This property contains the TCP port number to be used for the underlying HTTP
connection. You can use the URL or this property to change the HTTP server’s port
number prior to the OPEN method.
Remarks
Unsigned integer. Read/write.
Syntax
intValue = oHTTP.port
oHTTP.port = intValue
queryString
This property contains the query string of the request URL. You can use the URL or
this property to change the request queryString value prior to the GET or POST
methods.
Remarks
String. Read/write.
Syntax
stringValue = oHTTP.queryString
oHTTP.queryString = stringValue
statusText
This property contains the reason phrase of the status line in the response message.
It returns the text of the HTTP status from the HTTP POST or GET operations.
Remarks
String. Read-only.
Syntax
stringValue = oHTTP.statusText
status
This property contains the HTTP status code of the reply message from the GET or
POST method.
Remarks
Integer. Read-only.
Syntax
intValue = oHTTP.status