Nicholas Andrews wrote:
Hi, I'm interested in exchanging streamed xml data over a network. Are there methods for serializing parsed xml documents to send over tcp/ip? If not, can anyone suggest alternatives?
SOAP (Simple Object Access Protocol) was designed just for this. http://www.w3.org/TR/soap/ Google it for plenty of howtos/tutorials. Jason