Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Thanks for your response. As far I know, for a webservice, you need to have a proxy, or in other words, the application B should know implementation details about application A. Am I wrong? Commented Feb 9, 2014 at 16:19
  • You just have to know, that there is the webservice, which you can access via URL, that's all you need. If you want 2 different Applications to communicate with each other, then you will need something like this. Commented Feb 9, 2014 at 16:23
  • I see in your sample that a proxy should be created before consuming that web method... Commented Feb 9, 2014 at 16:30
  • Try this one: c-sharpcorner.com/UploadFile/1d42da/web-service-basics I think that is what you need Commented Feb 9, 2014 at 16:35