I am connecting to a remote computer using the following code below:
With Winsock1
.RemoteHost = "xxx.xxx.xxx.xx x"
.RemotePort = "xxxx"
.Connect
End With
How can I send an XML request to this remote computer and receive an XML response?
Thanks in advance,
Toshi
With Winsock1
.RemoteHost = "xxx.xxx.xxx.xx x"
.RemotePort = "xxxx"
.Connect
End With
How can I send an XML request to this remote computer and receive an XML response?
Thanks in advance,
Toshi