Consuming Web Service in Client Application Asp.Net C# || Part-2

Поділитися
Вставка
  • Опубліковано 27 сер 2024
  • My blog: dotnet-revanth....
    Facebook: / dotnetrevanth
    Twitter: / dotnetrevanth
    In this session we will learn
    1. Creating Calculator Web Service
    2. Creating Client Application for Consuming Web Service
    3. HTTP Binding for Communicating with Web Service.

КОМЕНТАРІ • 25

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

    Thank You so much for this video!! It Really helped!

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

      Welcome. Please do subscribe and support me :)

  • @hoangduocsu75
    @hoangduocsu75 4 роки тому +1

    thank you for these tutorial videos. They are very helpful. Can you please include the source code for these tutorials. Once again thanks

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

      Thanks for watching. In upcoming videos I will post. Subscribe and stay connected.
      If you want any of the source code of previous videos mail me on dotnetrevanth@gmail.com

    • @SajjadKhan-BSK
      @SajjadKhan-BSK 4 роки тому

      @@DotNetRevanth, hi revent...
      It's really very nice explanation..
      Keep it bro

  • @pratishpanda161
    @pratishpanda161 8 років тому

    nice one .. Its really helpful

    • @DotNetRevanth
      @DotNetRevanth  8 років тому

      Thanks +Pratish Panda.
      Subscribe and Stay tuned to my Channel for more Useful Upcoming Videos.
      Like: facebook.com/dotnetrevanth/

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

    Where is the source code? Amazing videos

  • @BharghavaCharan
    @BharghavaCharan 7 років тому +1

    Hi Revanth can you please explain me how web services return json data to the cleint

    • @DotNetRevanth
      @DotNetRevanth  7 років тому +1

      Thanks +Phalguna Dola. For your interest in watching the video. Its great pleasure for the question.
      I will do a series of video,
      1. Webservice returns json data
      2. Webservice returns xml data
      SUBSCRIBE and stay tuned to my channel. Thank you :)

    • @DotNetRevanth
      @DotNetRevanth  7 років тому

      Follow this link: ua-cam.com/video/itYcDQcO10c/v-deo.html

  • @manojpnayak
    @manojpnayak 7 років тому

    Nice One. Can you please explain how to pass the object parameter as a input to Java Soap Web Service

    • @DotNetRevanth
      @DotNetRevanth  7 років тому

      Thanks +Manoj. For your valuable comment.
      Refer this link goo.gl/VQ2BW8
      SUBSCRIBE to my channel and stay tuned for upcoming series.

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

    Thank you, nice job

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

      Welcome +Shehriyar Cebrayil. Subscribe and keep watching :)

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

    Hi Revanth, Can u please attach the codes within each video and you didn't include codes within your blog. Thanks in advance

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

      Sure if it is required will add the link in the description. Please do subscribe and keep watching:)

  • @chandrakantnazirkar7423
    @chandrakantnazirkar7423 7 років тому

    There was an error downloading 'localhost:63214/WebService1.asmx/$metadata'.
    Unable to connect to the remote server
    No connection could be made because the target machine actively refused it 127.0.0.1:63214
    Metadata contains a reference that cannot be resolved: 'localhost:63214/WebService1.asmx'.
    There was no endpoint listening at localhost:63214/WebService1.asmx that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
    Unable to connect to the remote server
    No connection could be made because the target machine actively refused it 127.0.0.1:63214
    If the service is defined in the current solution, try building the solution and adding the service reference again.
    Error comes while add service referance in client application so how to fix this.

    • @DotNetRevanth
      @DotNetRevanth  7 років тому

      Thanks for watching the video +chandrakant Nazirkar.
      1. Yes this is due to the service(.asmx) is closed or not running while you are adding the service reference in the client application.
      2. Check the web.config file the service will produce different type of bindings more than one in different type of applications like web and windows.
      Let me know if you still face any problem in addressing the issue.
      SUBSCRIBE to my channel. I'm happy to help you.
      ua-cam.com/users/dotnetrevanth
      facebook.com/dotnetrevanth/

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

    Unclear how that xml file that he pasted in connects to the code that he pasted in.

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

      Hi Battern, that's the client application I have designed with textboxes and button. To consume the time I have pasted, although I have explained about the html. Feel free to ask me a question if you have. Thank you 😊. Happy coding.

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

      @@DotNetRevanth Nice to see answers to questions. Did you make that .xml file in another tutorial? Was it automatically created like in a visual studio form? How then for this .xml file? That is, how and where did the .xml file come from?

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

    Please show the whole line where you create the 'client' reference. That is very irritating.

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

      It is created by consuming the webservice in client application i.e proxy was created by service reference.
      Hope you got the answer for your question. Thanks for watching :)