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?
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.