alaahussein116

please i need help in how to make Video conference using xml webservice with C#




Re: ASMX Web Services and XML Serialization Video conference using xml webservice

OmegaMan

This cannot be answered in a single thread, there are multiple disciplines you must learn, to just get the core components in place!




Re: ASMX Web Services and XML Serialization Video conference using xml webservice

alaahussein116

Dear OmegaMan

thanks for your fast response.

i want to tell you that i am developing programs using XML webservice,but i want to know how to send video,audio using XML webservices,my main idea is to make desktop video conference

finally i want to know what is different between video conference using xml webservices and others

if you have any source code or books ,please help me

thank for your help






Re: ASMX Web Services and XML Serialization Video conference using xml webservice

OmegaMan

The webservice is just a conduit for transfering data. It does not have anything to do with the data being transfered. How you setup the Xml to handle the video feed is up to you and your consumer of the data. The web service will just serve up the data to the consumer.