WSDL Creation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • SS

    #1

    WSDL Creation

    Hi,

    I am wondering which is a better way of creating proxy code:

    Using wsdl.exe from commandline
    or using webreference in VStudio.net

    is using VS earlybing and using wsdl from command line Late binding

    Thx in advance

    SS


  • Evan Freeman[C++ Samuri]

    #2
    Re: WSDL Creation

    What is really happening is that a wrapper class is being generated for for
    your webservice. Both with the command line and the web reference.

    The IDE just takes care of addign the class to your project and what not.

    Enjoy!!

    "SS" <saleem.qamar@v erizon.net> wrote in message
    news:bhJvc.1507 5$Lq1.7072@nwrd dc03.gnilink.ne t...[color=blue]
    > Hi,
    >
    > I am wondering which is a better way of creating proxy code:
    >
    > Using wsdl.exe from commandline
    > or using webreference in VStudio.net
    >
    > is using VS earlybing and using wsdl from command line Late binding
    >
    > Thx in advance
    >
    > SS
    >
    >[/color]


    Comment

    Working...