Enables the ability to send or receive a file using HTTP method.
Syntax:
Returns
Returns 1 if the operation is successful; otherwise the operation returns zero.
Example
Set oTransports = oAck.Get997Transport
Set oTransport = oTransports.CreateTransport
oTransport.SetHTTP 'HTTP
oTransport.Address = "www.domainname.com"
oTransports.Send sAckfile
Samples