ServerPort
Sets the port on the HTTP server via which the service is accessed. The port must be fixed and known so that HTTP requests can be correctly addressed to the service. The input parameter is an integer that specifies the access port on the HTTP server. If an error occurs, a RaptorXMLException is raised.
COM and .NET
Signature: ServerPort(int port)
Java
Signature: public void setServerPort(int port)