Consuming Web Services using other editor than VS.NET

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

  1. #1

    Default Consuming Web Services using other editor than VS.NET

    Hi all!

    I've created a simple web service on server 1 that I wish to test from
    ASP.NET on server 2. Now, I don't use VS.NET (I use Macromedia Homesite), so
    I can't just "Add webreference".

    Anyone?


    /john


    John Knoop Guest

  2. Similar Questions and Discussions

    1. HTTPS problem consuming a web services
      I am having a problem getting web services to make a wsdl HTTPS call using the following setup: ColdFusion server - MX Enterprise version...
    2. consuming web services
      hey this is a brief description of my problem. there is this web service which i want to use.i want to use this web service or rather consume this...
    3. Consuming Java Web Services
      We are developing a client in C# that uses Web Services writtenin Java. These typically return simple arrays of objects. Incertain cases we'd like...
    4. consuming web services record set
      I'm trying to consume a web service and use xslt transformation to display a simple HTML table with a record set from a SQL database. I have put...
    5. Consuming Java Web Services with .NET
      I am not able to consume Java web services from .NET client. In an attempt to debug the problem, I created a simple HelloWorld web service that...
  3. #2

    Default Re: Consuming Web Services using other editor than VS.NET

    Use WSDL.exe to create the proxy class .It has lots of options to specify
    namespace , language of the class created.
    Once you have the proxy class , add it to your project and use it as you
    would any other class.
    This is exactly waht happens when you "add a web reference" in VS.NET

    HTH
    --
    Swanand Mokashi
    Microsoft Certified Professional
    [url]http://www.swanandmokashi.com/[/url]
    Home of the Stock Quotes, Quote of the day and Horoscope web services

    "John Knoop" <john.k@home.se> wrote in message
    news:egTVrGtUDHA.584@TK2MSFTNGP12.phx.gbl...
    > Hi all!
    >
    > I've created a simple web service on server 1 that I wish to test from
    > ASP.NET on server 2. Now, I don't use VS.NET (I use Macromedia Homesite),
    so
    > I can't just "Add webreference".
    >
    > Anyone?
    >
    >
    > /john
    >
    >

    Swanand Mokashi Guest

  4. #3

    Default Re: Consuming Web Services using other editor than VS.NET

    Ah, so a proxy class is kind of a wrapper to simulate a "regular" class?

    /john

    "Swanand Mokashi" <swanand@swanandmokashi.com> wrote in message
    news:eyvN3ktUDHA.360@TK2MSFTNGP11.phx.gbl...
    > Use WSDL.exe to create the proxy class .It has lots of options to specify
    > namespace , language of the class created.
    > Once you have the proxy class , add it to your project and use it as you
    > would any other class.
    > This is exactly waht happens when you "add a web reference" in VS.NET
    >
    > HTH
    > --
    > Swanand Mokashi
    > Microsoft Certified Professional
    > [url]http://www.swanandmokashi.com/[/url]
    > Home of the Stock Quotes, Quote of the day and Horoscope web services
    >
    > "John Knoop" <john.k@home.se> wrote in message
    > news:egTVrGtUDHA.584@TK2MSFTNGP12.phx.gbl...
    > > Hi all!
    > >
    > > I've created a simple web service on server 1 that I wish to test from
    > > ASP.NET on server 2. Now, I don't use VS.NET (I use Macromedia
    Homesite),
    > so
    > > I can't just "Add webreference".
    > >
    > > Anyone?
    > >
    > >
    > > /john
    > >
    > >
    >
    >

    John Knoop Guest

  5. #4

    Default Re: Consuming Web Services using other editor than VS.NET

    yes sorta

    --
    Swanand Mokashi
    Microsoft Certified Professional
    [url]http://www.swanandmokashi.com/[/url]
    Home of the Stock Quotes, Quote of the day and Horoscope web services
    "John Knoop" <john.k@home.se> wrote in message
    news:OoNyyZuUDHA.372@tk2msftngp13.phx.gbl...
    > Ah, so a proxy class is kind of a wrapper to simulate a "regular" class?
    >
    > /john
    >
    > "Swanand Mokashi" <swanand@swanandmokashi.com> wrote in message
    > news:eyvN3ktUDHA.360@TK2MSFTNGP11.phx.gbl...
    > > Use WSDL.exe to create the proxy class .It has lots of options to
    specify
    > > namespace , language of the class created.
    > > Once you have the proxy class , add it to your project and use it as
    you
    > > would any other class.
    > > This is exactly waht happens when you "add a web reference" in VS.NET
    > >
    > > HTH
    > > --
    > > Swanand Mokashi
    > > Microsoft Certified Professional
    > > [url]http://www.swanandmokashi.com/[/url]
    > > Home of the Stock Quotes, Quote of the day and Horoscope web services
    > >
    > > "John Knoop" <john.k@home.se> wrote in message
    > > news:egTVrGtUDHA.584@TK2MSFTNGP12.phx.gbl...
    > > > Hi all!
    > > >
    > > > I've created a simple web service on server 1 that I wish to test from
    > > > ASP.NET on server 2. Now, I don't use VS.NET (I use Macromedia
    > Homesite),
    > > so
    > > > I can't just "Add webreference".
    > > >
    > > > Anyone?
    > > >
    > > >
    > > > /john
    > > >
    > > >
    > >
    > >
    >
    >

    Swanand Mokashi Guest

  6. #5

    Default Re: Consuming Web Services using other editor than VS.NET

    Ok, thanks

    "Swanand Mokashi" <swanand@swanandmokashi.com> wrote in message
    news:extwspvUDHA.2252@TK2MSFTNGP10.phx.gbl...
    > yes sorta
    >
    > --
    > Swanand Mokashi
    > Microsoft Certified Professional
    > [url]http://www.swanandmokashi.com/[/url]
    > Home of the Stock Quotes, Quote of the day and Horoscope web services
    > "John Knoop" <john.k@home.se> wrote in message
    > news:OoNyyZuUDHA.372@tk2msftngp13.phx.gbl...
    > > Ah, so a proxy class is kind of a wrapper to simulate a "regular" class?
    > >
    > > /john
    > >
    > > "Swanand Mokashi" <swanand@swanandmokashi.com> wrote in message
    > > news:eyvN3ktUDHA.360@TK2MSFTNGP11.phx.gbl...
    > > > Use WSDL.exe to create the proxy class .It has lots of options to
    > specify
    > > > namespace , language of the class created.
    > > > Once you have the proxy class , add it to your project and use it as
    > you
    > > > would any other class.
    > > > This is exactly waht happens when you "add a web reference" in VS.NET
    > > >
    > > > HTH
    > > > --
    > > > Swanand Mokashi
    > > > Microsoft Certified Professional
    > > > [url]http://www.swanandmokashi.com/[/url]
    > > > Home of the Stock Quotes, Quote of the day and Horoscope web services
    > > >
    > > > "John Knoop" <john.k@home.se> wrote in message
    > > > news:egTVrGtUDHA.584@TK2MSFTNGP12.phx.gbl...
    > > > > Hi all!
    > > > >
    > > > > I've created a simple web service on server 1 that I wish to test
    from
    > > > > ASP.NET on server 2. Now, I don't use VS.NET (I use Macromedia
    > > Homesite),
    > > > so
    > > > > I can't just "Add webreference".
    > > > >
    > > > > Anyone?
    > > > >
    > > > >
    > > > > /john
    > > > >
    > > > >
    > > >
    > > >
    > >
    > >
    >
    >

    John Knoop 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