What is exposing a webservice?
---------
My scenario,
We have a webapplication in which we are using a webservice created by us.
If i want some third person to use that webservice, what exactly i need to do?
Do i need to expose that webservice and give that link to that person? I want that person to see all function definitions in that webservice so which arguments to pass to each function and all.
So that person can use it.
Thank you.