Create and view a WSDL web service in C# Visual Studio 2017

Поділитися
Вставка
  • Опубліковано 27 сер 2024
  • Using a few simple steps, create and view a SOAP WSDL web service in Visual Studio 2017 with C#. Create an asmx file, deploy it, view it in a browser, and test it.

КОМЕНТАРІ • 26

  • @oswaldkit
    @oswaldkit 3 роки тому +1

    Finally, not an Indian accent. Not racist, just saying.

  • @ajamgochian
    @ajamgochian 5 років тому

    I used this tutorial to create a SOAP service, per Brandan Jones' instructions. I followed the steps carefully. Then I published the service to the Web, and it worked the very first time I used the service from my client project. The tutorial is clear, and most importantly for me, Mr Jones' speaks clearly. I am encountering too many tutorials where the instructor is mumbling, speaking with a low voice and mispronouncing the words, which make it very hard to hear and follow.

  • @AppleMe-ts1hg
    @AppleMe-ts1hg 6 років тому +2

    Wow! Brandan, you're such a life saver. This video absolutely nailed it. Teaching skill was just so excellent, clear and unambiguous. Thanks for doing this. Please do more videos on this channel. I'll be watching. You have my subscription.

    • @discospiff
      @discospiff  6 років тому

      AppleMe1414 excellent! Your comments make my day.

    • @AppleMe-ts1hg
      @AppleMe-ts1hg 6 років тому

      You mostly welcome Brandan. Please can you make a video of RESTFUL API, if you haven't already.

  • @philmageo
    @philmageo 5 років тому

    Thank you Brandan. I've browsed a lot and fortunatly I finally found your video !

    • @discospiff
      @discospiff  5 років тому +1

      Glad you found it! I worked with maven for a while... didn't always understand it. Once I figured it out, I made this video so I can come back and re- remember it when needed. :)

  • @Norogoth
    @Norogoth 3 роки тому

    Lovely tutorial. Excellent work. Thank you for your assistance.

    • @discospiff
      @discospiff  3 роки тому

      Glad it helped! I don't hear much about web services anymore... are you still using them?

  • @mtucker6784
    @mtucker6784 5 років тому +1

    Thank you sir. This was perfect to get me started. I appreciate you posting this!

    • @discospiff
      @discospiff  5 років тому

      Glad to hear! I have many more videos in a playlist. Check out my channel's playlists, and you'll see these in the order I recorded them. That should keep you going.

  • @androidsavior
    @androidsavior 4 роки тому

    Best video i ever watched :D
    I used to use JSON APIs but I'm in a situation where i have to work with SOAP made by microsoft / WCF AND I REALLY LIKED IT, even more than the new rest and json APIs, Especially when i import the service / importing the wsdl file and just get everything working instantly super fast ♥
    But I am not so sure if my next API i create will be build on WCF or a normal web api, If you can answer me when to use what or just i stick with web api that would be very helpful
    thank you very much for making the video

    • @discospiff
      @discospiff  4 роки тому

      Wow, thanks for the comment!
      If you can go the REST route, I'd try a different approach: Razor pages in Visual Studio 2019. I started a playlist for that... though it doesn't have as many videos as the 2017 version. :) ua-cam.com/play/PL73qvSDlAVVicT_FEr1JJtNvewFuXFbLD.html
      This video shows how to easily integrate WSDL into a C# Visual Studio project. You can accomplish the same thing with REST/JSON if you use the QuickType utility. This playlist describes how to do that.

  • @jameswcollett
    @jameswcollett 2 роки тому

    Given that you are using WCF, how come you did not add a WCF Service (.svc) but instead an ASMX service?

  • @jorgemedina4739
    @jorgemedina4739 4 роки тому

    hello, thank a lot for you video, but i have a quetion, how you publish the web services on IIS?

  • @wijanruizmok387
    @wijanruizmok387 6 років тому +1

    Very very helpful, thank you very much ;D

  • @Johan_jm
    @Johan_jm 4 роки тому

    Thank you
    please .. you can make a video of how to create a query in sql server and then send it to a remote wsdl
    Thanks again

  • @hoospie
    @hoospie 5 років тому

    Thanks. Very helpful

  • @JosephBCotton
    @JosephBCotton 5 років тому

    Hi Brandon - The module that you picked "WCF Application" seems to not exist anymore on VS 2019. Do you know what it morphed to? How would I perform the same web service in VS 19?

    • @discospiff
      @discospiff  5 років тому

      Hmmm, I don't know... haven't used 19 myself. If you find out, please let me know, as I'll likely have the same question!

    • @0667paulywog
      @0667paulywog 4 роки тому

      Search 'Web Service' instead of WCF or in the installer add, 'Windows Communication Foundation', then search 'Web Service' as a new project.

  • @zarcon5750
    @zarcon5750 6 років тому +1

    Very helpful, I have been having a hard time finding this sort of information, is there any way to create this sort of Webservice within .NET Core btw?

    • @discospiff
      @discospiff  6 років тому

      Thanks for the comments! I'm not aware of a way to do this with .NET Core. I've also learned to never say "No", though, because when I do that, someone often proves me wrong. :)

  • @ericlubisse8461
    @ericlubisse8461 6 років тому +1

    Thanks!

  • @tenminutetokyo2643
    @tenminutetokyo2643 4 роки тому

    WSDL!?

    • @discospiff
      @discospiff  4 роки тому

      Web Services Definition Language. Old school.