Ask a Question related to ASP.NET Web Services, Design and Development.
-
aaa #1
Trying to make ref to third party webservice: Studio attempts to download file???
I am trying to reference a web service in the following format:
[url]http://webservices.3rdParty.com/wsdl/TheirService.wsdl[/url]
Now obviously they have a wsdl extention not ASPX but shouldn't it show up
in my browser as XML?
Is there some setting that I have to make so that I can make ref and so it
doesn't attempt to download?
TB
aaa Guest
-
i really wana make flash which prog do i download? andhow do i make it?
hey guys im really sorry bout bothering u all but im 17 and wana start makin flash can somone gimme a hand? which program, how to work the program... -
On hwo to download any type of file thru webservice to consumer?
Hey,guys for some reason, i need to download files from server which exposed a method DownLoadFile() in webservice, my headache is (yes, i could... -
Create WebService without Visual Studio?
Can anyone provide any pointers or sample code on how to create/code a web service without using Visual Studio? I would like to make a single-file... -
[Q]how to make webservice defined type to have [serializable] attribute when generating the wsdl file?
I define a type in web services code that is used by webmethods as parameters. This type with its public data members is included in the generated... -
download a file with a webservice
Can anyone point me in the right direction to do this? Dave -
erymuzuan #2
Re: Trying to make ref to third party webservice: Studio attemptsto download file???
IE will display that in explorer as default.
regards
erymuzuan
aaa wrote:> I am trying to reference a web service in the following format:
> [url]http://webservices.3rdParty.com/wsdl/TheirService.wsdl[/url]
>
> Now obviously they have a wsdl extention not ASPX but shouldn't it show up
> in my browser as XML?
> Is there some setting that I have to make so that I can make ref and so it
> doesn't attempt to download?
>
> TB
>
>erymuzuan Guest
-
Dan Rogers #3
RE: Trying to make ref to third party webservice: Studio attempts to download file???
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.
--------------------download file???>From: "aaa" <someone@microsoft.com>
>Subject: Trying to make ref to third party webservice: Studio attempts tomicrosoft.public.dotnet.framework.aspnet.webservic es,microsoft.public.dotnet>Date: Fri, 4 Feb 2005 13:58:46 -0500
>Lines: 11
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.3790.181
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181
>Message-ID: <#GRoPuuCFHA.2568@TK2MSFTNGP10.phx.gbl>
>Newsgroups:
..framework.webservices,microsoft.public.webservic escpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl!TK2MSFT NGP08.phx.gbl!TK2MSFTNGP10>NNTP-Posting-Host: uslec-66-255-112-6.cust.uslec.net 66.255.112.6
>Path:
..phx.gblmicrosoft.public.dotnet.framework.webservices:9042>Xref: cpmsftngxa10.phx.gbl
microsoft.public.webservices:2680
microsoft.public.dotnet.framework.aspnet.webservic es:27958>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservic es
>
>I am trying to reference a web service in the following format:
>[url]http://webservices.3rdParty.com/wsdl/TheirService.wsdl[/url]
>
>Now obviously they have a wsdl extention not ASPX but shouldn't it show up
>in my browser as XML?
>Is there some setting that I have to make so that I can make ref and so it
>doesn't attempt to download?
>
>TB
>
>
>Dan Rogers Guest



Reply With Quote

