Winsock and XML

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Toshi

    Winsock and XML

    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
Working...