Hi, > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Jason Viers > Sent: Wednesday, June 07, 2006 12:10 AM > To: Nicholas Andrews > Cc: [email protected] > Subject: Re: [xml] exchanging xml over a network > > 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
And an implementation based on Libxml2: http://csoap.sourceforge.net/ Regards, Kasimier _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
