CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2007
    Posts
    29

    "Add web reference" vs. wsdl.exe

    Hi,

    I'm a little bit confused here... I've been told to generate a proxy class using wsdl.exe with a webservice url. That's working.
    But I also know it's possible to use "add web reference" in the visual studio environment. Which is better to use? When should I use a-w-r and when is it more appropriate to use wsdl.exe?
    Difference?

    Thanks!

    /Martin

  2. #2
    Join Date
    Nov 2007
    Posts
    29

    Re: "Add web reference" vs. wsdl.exe

    Anyone know the difference between wsdl.exe to generate proxy class, or "add web reference"? Any differences in execution?

    Thanks

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured