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. Managed C++/CLI
  4. Reading web services

Reading web services

Scheduled Pinned Locked Moved Managed C++/CLI
csharpc++wcfxmlquestion
5 Posts 2 Posters 14 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.
  • N Offline
    N Offline
    Nish Nishant
    wrote on last edited by
    #1

    I was reading Chris Maunder's articles on web services [Read the C# one first and then the MC++ one]. Seems as if web services are pretty straight stuff. But now that we have these services, how do we read them? All this while the screen saver competition was on and I never thought of how the .NET guys are doing it. Mike used MS XML I know. But I forgot about asking what the .NET fellers used. You guys parsed all that XML?? Or was there some kinda XML-to-Object converter available??? Nish


    Regards, Nish Native CPian. Born and brought up on CP. With the CP blood in him.

    J 1 Reply Last reply
    0
    • N Nish Nishant

      I was reading Chris Maunder's articles on web services [Read the C# one first and then the MC++ one]. Seems as if web services are pretty straight stuff. But now that we have these services, how do we read them? All this while the screen saver competition was on and I never thought of how the .NET guys are doing it. Mike used MS XML I know. But I forgot about asking what the .NET fellers used. You guys parsed all that XML?? Or was there some kinda XML-to-Object converter available??? Nish


      Regards, Nish Native CPian. Born and brought up on CP. With the CP blood in him.

      J Offline
      J Offline
      James T Johnson
      wrote on last edited by
      #2

      .NET managed that for us :) XML is just encapsulating the data, the Web Service stuff inside .NET parses the data then returns the proper types back to us. If you look at our source tree, the file /Web References/codeProject/Reference.cs shows you the code the was generated to consume the web service. [Edit: DOH! Didn't see that this was in the MC++ forum; I'll leave the post here though because it might help someone :)] James Simplicity Rules!

      N 1 Reply Last reply
      0
      • J James T Johnson

        .NET managed that for us :) XML is just encapsulating the data, the Web Service stuff inside .NET parses the data then returns the proper types back to us. If you look at our source tree, the file /Web References/codeProject/Reference.cs shows you the code the was generated to consume the web service. [Edit: DOH! Didn't see that this was in the MC++ forum; I'll leave the post here though because it might help someone :)] James Simplicity Rules!

        N Offline
        N Offline
        Nish Nishant
        wrote on last edited by
        #3

        James T. Johnson wrote: If you look at our source tree, the file /Web References/codeProject/Reference.cs shows you the code the was generated to consume the web service. Oh! Okay! James T. Johnson wrote: [Edit: DOH! Didn't see that this was in the MC++ forum; I'll leave the post here though because it might help someone ] The same classes are used right? Nish


        Regards, Nish Native CPian. Born and brought up on CP. With the CP blood in him.

        J 1 Reply Last reply
        0
        • N Nish Nishant

          James T. Johnson wrote: If you look at our source tree, the file /Web References/codeProject/Reference.cs shows you the code the was generated to consume the web service. Oh! Okay! James T. Johnson wrote: [Edit: DOH! Didn't see that this was in the MC++ forum; I'll leave the post here though because it might help someone ] The same classes are used right? Nish


          Regards, Nish Native CPian. Born and brought up on CP. With the CP blood in him.

          J Offline
          J Offline
          James T Johnson
          wrote on last edited by
          #4

          Nish - Native CPian wrote: The same classes are used right? Yep, should be. The SoapClientWebProtocol yadda yadda yadda does all the dirty work. James Simplicity Rules!

          N 1 Reply Last reply
          0
          • J James T Johnson

            Nish - Native CPian wrote: The same classes are used right? Yep, should be. The SoapClientWebProtocol yadda yadda yadda does all the dirty work. James Simplicity Rules!

            N Offline
            N Offline
            Nish Nishant
            wrote on last edited by
            #5

            James T. Johnson wrote: The SoapClientWebProtocol yadda yadda yadda does all the dirty work Really complicated bit of code. Nish


            Regards, Nish Native CPian. Born and brought up on CP. With the CP blood in him.

            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