Search results for query: *

  1. P

    How to detect a web service is running?

    Hi everyone, I have found out the solution myself and I am replying so if anyone needs it might find it helpful. Basically is to use the WebRequest function provided by System.Net. Here is the VB codes: Imports System.Net Imports localhost.Service1 Public Function WebServiceRunning() As...
  2. P

    how to deploying web service clients and web services without recompiling proxy class

    Does anyone know how to deploy a web service clients and web services without recompiling proxy class if the URL of the web service has changed or moved? thanks in advance.
  3. P

    How to detect a web service is running?

    Hi, I am newbie in web service in vb .net. I want to develop a win form that is able to detect a web service is running irregardless of whether the web service is being placed or URL of the web service has changed? Can someone kindly give me a pointer or two? Thanks.
Back
Top