Home > Contents > Index >
CSMAC.TRANSACTSERVER
Returns a string with the form
protocol://hostname:port
that is the URL prefix of the configured Transact.Syntax
<CSMAC.TRANSACTSERVER [PROTOCOL="http|https
"] VARNAME="stringvar
"/>Parameters
PROTOCOL
(optional)- Input parameter. Either
http
orhttps
. IfPROTOCOL
is omitted, the default protocol for contacting Transact is taken from thetransact.ini
file.
VARNAME
(required)- Input and output parameter. As input, name of a variable to write with the URL prefix string on output.
Description
The returned string contains the protocol, hostname, and possibly port number, but does not contain any pathname or query string portions of the URL. If a standard default port is configured for either http (80) or https (443), this is omitted from the returned string. For example, depending on values in the
transact.ini
file, the following URL string might be returned:https://release.openmarket.com:8081
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.