Communicating using sockets between VB and VB.NET

lwhitb1

Newcomer
Joined
Nov 8, 2004
Messages
1
I need to send some xml data using sockets between my VB application and my VB.NET service. Can I use winsock to send my xml data to my VB.NET service. If so, can someone provide me with a link or some example code?



Thanks in advance
 
Depending on exactly what you are trying to do you may want to investigate Web Services or remoting as possible solutions, other than that the classes under System.Net and System.XML may be of some help.
 
Back
Top