Are web references required?



I am creating a windows service that will communicate with several
different vendors. I plan to be able to pass the url for the vendor
to the windows service as an xml request. So since im not going to
have access to the URL before that I wont be able to create a web
reference from within the dev envirnoment. what is the best way to
connect with a web service using WSE2.0 or 3.0 with out the use of web
refences?

.



Relevant Pages

  • Re: System Tray Application
    ... communicate with a Windows Service that I wrote. ... A instead of app B. I was going to try to use a desktop handle to ... if I have data that needs to be sent to one system tray app, ...
    (microsoft.public.dotnet.languages.vc)
  • Re: System Tray Application
    ... communicate with a Windows Service that I wrote. ... A instead of app B. I was going to try to use a desktop handle to ... send over the socket or pipe with whatever identifying information you need. ...
    (microsoft.public.dotnet.languages.vc)
  • System Tray Application
    ... communicate with a Windows Service that I wrote. ... A instead of app B. I was going to try to use a desktop handle to ... if I have data that needs to be sent to one system tray app, ...
    (microsoft.public.dotnet.languages.vc)
  • RE: Communication Between Service and Form Application
    ... Look at this article which shows how to communicate between a client ... application and windows service. ... It uses Custom commands to communicate with ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Advice for ASP.NET to VB.NET service communications
    ... > Another method is for the windows service to listen on a TCP port and have ... > message to a message queue that the windows service will monitor. ... > communicate, ... >> server using a webservice. ...
    (microsoft.public.dotnet.framework)

Loading