Posted on: 3/6/2014 4:14:56 AM | Views : 597

Hi,
I have implemented a webservice - Test.Asmx which expose 2 web methods say: A() and B().  I am only handling the web service portion. Another team is using my web service. I was under assumption that the client team would be using our exposed web methods. But later came to know that they would just POST request to url :http:\\\\ webservice.asmx. In such a case with minimal effort how can I can use my exisitng code to handle this? ICurrently I have created ASP.Net web service. I am allowed to work in VS2010. Require urgent help

Thanks

Go to the complete details ...