Possible to consume a web service with VB.NET 1.1 VS 2003?



I am at my wits end and turn to you guys in hopes of learning the correct
procedure.

For any given web service X, regardless of (and without knowing) what
technology was used to create it, is it possible to consume it with either a
win form or an aspx page developed in VB.net 1.1 and VS2003?

I can create a web service and consume it from localhost, no problem.
But I can't seem to consume external web services, e.g.
http://www.webservicex.net/usweather.asmx?wsdl .

In fact, I would be extremely grateful if anyone point me to even one
example of working code that consumes a working web service hosted on a
currently accessible remote server so that I can see an intact example of
the "whole egg".

Much obliged, and thanks in advance.



.



Relevant Pages

  • RE: Possible to consume a web service with VB.NET 1.1 VS 2003?
    ... webservice is aiming at interop between heterogenious platforms. ... Microsoft MSDN Online Support Lead ... Possible to consume a web service with VB.NET 1.1 VS 2003? ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • RE: Possible to consume a web service with VB.NET 1.1 VS 2003?
    ... Microsoft MSDN Online Support Lead ... Possible to consume a web service with VB.NET 1.1 VS 2003? ... For any given web service X, regardless of what ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Dataset retunring Null ..a gurus opinion required!
    ... toolbox to the design area to establish the connection. ... Whenever I try to consume this service (using a web or even a windows ... 'Bind the data to the datagrid by transferring ... To ensure that my web service is well connected to my Access database, ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Empty Dataset retunedt!! Help is desparetely required!!
    ... toolbox to the design area to establish the connection. ... Whenever I try to consume this service (using a web or even a windows ... 'Bind the data to the datagrid by transferring ... To ensure that my web service is well connected to my Access database, ...
    (microsoft.public.vsnet.general)
  • Re: How to eliminate delay making first call to a webservice?
    ... occurs upon the first request to the web service. ... typically the first call to consuming a webservice is some ... applications I use, all .net framework applications that consume ...
    (microsoft.public.dotnet.languages.csharp)

Loading