Say I create a simple web service that adds two numbers together. I send the service two numbers, I get back an answer. If you like better, I send an account, I get back personal information.
Either way, am I using soap and not knowing it? I thought I was calling my web service with an http url and my service is returning xml or json. Where is soap in this?
Thanks.