WebConnect connecting to the default port.

Hi,
I am trying to connect to the SUT with the command below:
WebConnect host:“SWEPTest001”, port: “3389”, name: “Test_Connection”, browser: "chrome"

In the connection list I can see the port as 3389, but when I edit the connection the port is displayed as 4444 i.e. the default port number. I have installed WebDriver Server on the SUT successfully.
Can anyone please help?

I probably got the issue. I am trying to connect to a server hosted on a Virtual Machine, normally we use RDP connection type to connect to this server. However, through WebConnect/ WebDriver command the connection type to the SUT is seen as WebDriver. My question here is: Is there anyway i can connect to the RDP connection using the WebDriver command?