Procedure for sending XML between Web Computers without Web Services
XML / XSL
2
Posts
2
Posters
0
Views
1
Watching
-
Please lwt me know if is there any way for sending and collecting Xml files between computers in order to be inmediately processed by the receptor at the arrival. Best Regards
FJJCENTU wrote:
Please lwt me know if is there any way for sending and collecting Xml files between computers in order to be inmediately processed by the receptor at the arrival.
The most basic communication method is direct TCP or UDP using sockets. If this is between Windows systems you should be able to use WCF.