IE will display that in explorer as default.
regards
erymuzuan
> I am trying to reference a web service in the following format:
> http://webservices.3rdParty.com/wsdl/TheirService.wsdl
[quoted text clipped - 5 lines]
>
> TB
Do you mean you did an add-web-reference to an ASPX page? Or are you trying
to generate a proxy from a third party supplied WSDL. If the latter,
download the file manually, and then use WSDL.exe to generate a proxy
class. Add this class to your project as a normal reference - and then use
it to access the remote service.
--------------------
>From: "aaa" <someone@microsoft.com>
>Subject: Trying to make ref to third party webservice: Studio attempts to
download file???
>Date: Fri, 4 Feb 2005 13:58:46 -0500
>Lines: 11
[quoted text clipped - 4 lines]
>Message-ID: <#GRoPuuCFHA.2568@TK2MSFTNGP10.phx.gbl>
>Newsgroups:
microsoft.public.dotnet.framework.aspnet.webservices,microsoft.public.dotnet
.framework.webservices,microsoft.public.webservices
>NNTP-Posting-Host: uslec-66-255-112-6.cust.uslec.net 66.255.112.6
>Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10
.phx.gbl
>Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.webservices:9042
microsoft.public.webservices:2680
microsoft.public.dotnet.framework.aspnet.webservices:27958
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservices
>
[quoted text clipped - 7 lines]
>
>TB