Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. please give me answer, What is the use of soap, i can't find the use of soap in webservice...

please give me answer, What is the use of soap, i can't find the use of soap in webservice...

Scheduled Pinned Locked Moved C#
wcfquestioncsharpxml
7 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Shaik Haneef
    wrote on last edited by
    #1

    case 1: local web service I am able use the method in asmx file in my aspx i think it is a local web service case 2: Remote web service I am able to use the method remotely also by taking web reference in my solution explorer. Following link is free Web service to get Stock Quote of the company by passing the company symbol. http://www.webservicex.net/stockquote.asmx?WSDL where i am actually using SOAP I don't under stand can u please tell me where i am using SOAP. Is any thing more i need to learn about web service, can u any one give me good links to download samples on web service

    M B P 3 Replies Last reply
    0
    • S Shaik Haneef

      case 1: local web service I am able use the method in asmx file in my aspx i think it is a local web service case 2: Remote web service I am able to use the method remotely also by taking web reference in my solution explorer. Following link is free Web service to get Stock Quote of the company by passing the company symbol. http://www.webservicex.net/stockquote.asmx?WSDL where i am actually using SOAP I don't under stand can u please tell me where i am using SOAP. Is any thing more i need to learn about web service, can u any one give me good links to download samples on web service

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #2

      haneef you are a fool, whats more a fool who does not learn, so that makes you a stupid fool. You are in the habit of cross posting, I can understand once or twice but your posting pattern makes me think you are also a masochist. Oh no, a troll, bugger.....

      Never underestimate the power of human stupidity RAH

      S C 2 Replies Last reply
      0
      • M Mycroft Holmes

        haneef you are a fool, whats more a fool who does not learn, so that makes you a stupid fool. You are in the habit of cross posting, I can understand once or twice but your posting pattern makes me think you are also a masochist. Oh no, a troll, bugger.....

        Never underestimate the power of human stupidity RAH

        S Offline
        S Offline
        Shaik Haneef
        wrote on last edited by
        #3

        Thank very much, i always talk with fool only, now also i do it same.

        This is haneef.............................................................

        1 Reply Last reply
        0
        • M Mycroft Holmes

          haneef you are a fool, whats more a fool who does not learn, so that makes you a stupid fool. You are in the habit of cross posting, I can understand once or twice but your posting pattern makes me think you are also a masochist. Oh no, a troll, bugger.....

          Never underestimate the power of human stupidity RAH

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          The funny thing is, I can't tell if his reply is meant to be an insult......

          Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

          M 1 Reply Last reply
          0
          • S Shaik Haneef

            case 1: local web service I am able use the method in asmx file in my aspx i think it is a local web service case 2: Remote web service I am able to use the method remotely also by taking web reference in my solution explorer. Following link is free Web service to get Stock Quote of the company by passing the company symbol. http://www.webservicex.net/stockquote.asmx?WSDL where i am actually using SOAP I don't under stand can u please tell me where i am using SOAP. Is any thing more i need to learn about web service, can u any one give me good links to download samples on web service

            B Offline
            B Offline
            blackjack2150
            wrote on last edited by
            #5

            You don't use it explicitly. VS spares you of that pain. If you look in the solution explorer, you will see that VS created classes from the WSDL file that your web referenece points to. Those are called proxy classes and they have methods which correspond to the web service methods defined in the WSDL. When you call a method of the proxy class, that call is translated behind the scenes into a SOAP request which is passed to the service. There are a number of programs which allow you to capture network traffic and show you the SOAP reqest/response if you want to do that.

            1 Reply Last reply
            0
            • S Shaik Haneef

              case 1: local web service I am able use the method in asmx file in my aspx i think it is a local web service case 2: Remote web service I am able to use the method remotely also by taking web reference in my solution explorer. Following link is free Web service to get Stock Quote of the company by passing the company symbol. http://www.webservicex.net/stockquote.asmx?WSDL where i am actually using SOAP I don't under stand can u please tell me where i am using SOAP. Is any thing more i need to learn about web service, can u any one give me good links to download samples on web service

              P Offline
              P Offline
              Pete OHanlon
              wrote on last edited by
              #6

              haneef wrote:

              where i am actually using SOAP I don't under stand can u please tell me where i am using SOAP.

              It's simple. When your request comes across the wire and is loaded into the proxy at your end, a background dirty bit is set. The SOAP comes in by removing the dirty bit so that your application can work with clean data.

              Deja View - the feeling that you've seen this post before.

              My blog | My articles

              1 Reply Last reply
              0
              • C Christian Graus

                The funny thing is, I can't tell if his reply is meant to be an insult......

                Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

                M Offline
                M Offline
                Mark Salsbery
                wrote on last edited by
                #7

                :-D

                Mark Salsbery Microsoft MVP - Visual C++ :java:

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups