ServerName
Sets the name of the HTTP server through which the connection to RaptorXML Server is made. The input parameter is a string that gives the name of the HTTP server. If an error occurs, a RaptorXMLException is raised.
COM and .NET
Signature: ServerName(string name)
Java
Signature: public void setServerName(string name)