I am currently in the planning process of developing an application that I would like to expose the data from across multiple platforms using SOAP/XML web services.
I am developing the application using asp.net 3.5. Any links or good tips for getting started would be great!
Cheers
If you’re using asp.net 3.5, your best bet is to go with WCF to create your services.
Take a look at this SO post for good WCF References:
WCF For the Totally Clueless