Communicating with a service

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John

    Communicating with a service

    Hi

    I need a vb.net winform app to be able to query a service (also written in
    vb.net) and get info in return. Is it possible? Is there a way to do this?

    Thanks

    Regards


  • Herfried K. Wagner [MVP]

    #2
    Re: Communicating with a service

    "John" <John@nospam.in fovis.co.ukschr ieb:
    I need a vb.net winform app to be able to query a service (also written in
    vb.net) and get info in return. Is it possible? Is there a way to do this?
    There are many different solutions: sockets, named pipes, .NET remoting,
    ....

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    • rowe_newsgroups

      #3
      Re: Communicating with a service

      On Feb 14, 9:47 am, "John" <J...@nospam.in fovis.co.ukwrot e:
      Hi
      >
      I need a vb.net winform app to be able to query a service (also written in
      vb.net) and get info in return. Is it possible? Is there a way to do this?
      >
      Thanks
      >
      Regards
      A web service I'm guessing? If so please just use the "Add web
      reference" option (if in vs 2005). If you're using 2008 do a google
      search (something I wonder if you ever do) and look for the how-to,
      it's changed from 2005.

      Thanks,

      Seth Rowe [MVP]

      Comment

      • Spam Catcher

        #4
        Re: Communicating with a service

        "John" <John@nospam.in fovis.co.ukwrot e in
        news:u5f4QixbIH A.5128@TK2MSFTN GP05.phx.gbl:
        I need a vb.net winform app to be able to query a service (also
        written in vb.net) and get info in return. Is it possible? Is there a
        way to do this?
        Depends on how the service was built, but take a look at ServiceControll er.

        --
        spamhoneypot@ro gers.com (Do not e-mail)

        Comment

        • Chris Dunaway

          #5
          Re: Communicating with a service

          On Feb 14, 8:47 am, "John" <J...@nospam.in fovis.co.ukwrot e:
          Hi
          >
          I need a vb.net winform app to be able to query a service (also written in
          vb.net) and get info in return. Is it possible? Is there a way to do this?
          >
          Thanks
          >
          Regards
          Here is a link about named pipes in VB.Net:



          Chris

          Comment

          Working...