iTP Active Transaction Pages (iTP ATP) Programmer's Guide
ATP Objects, Properties, and Methods
iTP Active Transaction Pages (iTP ATP) Programmer’s Guide—522292-002
4-3
Properties
Properties
host
This property contains the HTTP server’s name or address. You can use the URL or
this property to specify the HTTP server’s host name or address prior to the OPEN
method.
Remarks
String. Read/write.
Syntax
stringValue = oHTTP.host
oHTTP.host = stringValue
path
This property contains the path of the request URL in a string. You can use the URL
or this property to change the request path value prior to the GET or POST methods.
Remarks
String. Read/write.
Syntax
stringValue = oHTTP.path
oHTTP.path = stringValue
postBinary HTTP POST request. The post data will be converted UTF-16
format.
getResponseHeader Returns the response header value with a supplied header name.
setRequestHeader Specifies the request header value before GET and POST methods.
setUserInfo Specifies the user information before opening an HTTP
connection.
setProxyInfo Specifies the proxy information before opening an HTTP
connection.
postXML Sends a DOMDocument by the HTTP POST method. This method
is available only upon XML for ATP add-on package installation.
Table 4-2. Methods of the HTTP Object (page 2 of 2)
Method Description