Re: Possible to consume a web service with VB.NET 1.1 VS 2003?
- From: <John Saunders [MVP]>
- Date: Sun, 30 Mar 2008 20:21:28 -0400
"John Dohn" <noemail@xxxxxxxxxxx> wrote in message news:Oj$TjQgkIHA.5556@xxxxxxxxxxxxxxxxxxxxxxx
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.
John, you don't find any such examples because there is no need for any. It should work exactly the same way it does for "localhost".
Please tell us exactly what exception you're seeing. Post the entire exception, including any InnerException. Also, tell us exactly what steps you're taking and exactly what the result of each step is.
--
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer
.
- References:
- Possible to consume a web service with VB.NET 1.1 VS 2003?
- From: John Dohn
- Possible to consume a web service with VB.NET 1.1 VS 2003?
- Prev by Date: Re: Datasets vs Custom Objects for a webservice
- Next by Date: RE: Possible to consume a web service with VB.NET 1.1 VS 2003?
- Previous by thread: Possible to consume a web service with VB.NET 1.1 VS 2003?
- Next by thread: RE: Possible to consume a web service with VB.NET 1.1 VS 2003?
- Index(es):
Relevant Pages
|