publish XML using WCF
        Posted  
        
            by khalil
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by khalil
        
        
        
        Published on 2010-03-29T13:27:44Z
        Indexed on 
            2010/03/29
            15:03 UTC
        
        
        Read the original article
        Hit count: 729
        
Hi,
I want to publish some data as XML from a SQL Server database using a WCF service to a location on our content delivery network. (www.somelocation-on-cdn/myxml.xml)
This data which is published as XML will have to be updated at an interval of time. I was thinking of writing a WCF service to return the data required, create a RSS reader to update / write the XML file to a location on the content delivery network.
Is this approach correct? Can I use WCF REST instead of WCF SOAP
As a further enhancement I want to be to use this WCF Service to make cross domain calls using JSONP from our website
Thanks
© Stack Overflow or respective owner