com.HttpServiceRequest.getUrlPort
Returns the port number contained in the URL of an HTTP service request.
Syntax
getUrlPort()
RETURNS INTEGER
Usage
Returns the port number contained in the URL of an HTTP service request.
The method returns NULL
if there is no port.
In case of error, the method throws an exception and sets the
status
variable. Depending on the error, a human-readable description of the
problem is available in the sqlca.sqlerrm
register. See Error handling in GWS calls (status).