Assume I have a application that stores data,gets data and processes data and stores them in a database (which can be any).Say I want to expose my data as Web Services so that other systems can get the data they need for processing.
Q1.Is there any standards to follow? I can create Web Services in C#,so are the enough to say or claim that my app is SOA compliant?