Trying to make ref to third party webservice: Studio attempts to download file???

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. [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...
    5. download a file with a webservice
      Can anyone point me in the right direction to do this? Dave
  3. #2

    Default 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

  4. #3

    Default 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.
    --------------------
    >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
    >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:
    microsoft.public.dotnet.framework.aspnet.webservic es,microsoft.public.dotnet
    ..framework.webservices,microsoft.public.webservic es
    >NNTP-Posting-Host: uslec-66-255-112-6.cust.uslec.net 66.255.112.6
    >Path:
    cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl!TK2MSFT NGP08.phx.gbl!TK2MSFTNGP10
    ..phx.gbl
    >Xref: cpmsftngxa10.phx.gbl
    microsoft.public.dotnet.framework.webservices:9042
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139