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. Web Development
  3. XML From Web Service

XML From Web Service

Scheduled Pinned Locked Moved Web Development
questionxml
8 Posts 4 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.
  • L Offline
    L Offline
    Li Mu Bai
    wrote on last edited by
    #1

    Once you get an answer from your web service, it comes out as XML. How do I get it into a backend so i can put it in a web viewable interface? ie. how do i get the answer onto a page or how can i get a stylesheet or do i have to call the stylesheet myself?? The Wudan Master

    O L 2 Replies Last reply
    0
    • L Li Mu Bai

      Once you get an answer from your web service, it comes out as XML. How do I get it into a backend so i can put it in a web viewable interface? ie. how do i get the answer onto a page or how can i get a stylesheet or do i have to call the stylesheet myself?? The Wudan Master

      O Offline
      O Offline
      omkamal
      wrote on last edited by
      #2

      This is not related to your question. Because truly I dont know the answer. But I am curious about your user name. I kinda like that name ever since I saw Crouching Tiger... movie. Are you impressed also?? omkamal

      L 1 Reply Last reply
      0
      • O omkamal

        This is not related to your question. Because truly I dont know the answer. But I am curious about your user name. I kinda like that name ever since I saw Crouching Tiger... movie. Are you impressed also?? omkamal

        L Offline
        L Offline
        Li Mu Bai
        wrote on last edited by
        #3

        hi, omkamal Yes I was impressed with the film I have the DVD. My fellow developers think Im nutts as I watch the film quite a lot and keep quoting lines ( in english :( ) from the film. I wondered if anyone would recognise it ;) The Wudan Master

        O 1 Reply Last reply
        0
        • L Li Mu Bai

          Once you get an answer from your web service, it comes out as XML. How do I get it into a backend so i can put it in a web viewable interface? ie. how do i get the answer onto a page or how can i get a stylesheet or do i have to call the stylesheet myself?? The Wudan Master

          L Offline
          L Offline
          Li Mu Bai
          wrote on last edited by
          #4

          Sorted it out now guys......thanx The Wudan Master

          D 1 Reply Last reply
          0
          • L Li Mu Bai

            Sorted it out now guys......thanx The Wudan Master

            D Offline
            D Offline
            David Salter
            wrote on last edited by
            #5

            Can you tell us how. I'd like to do the same sort of thing. :confused: :confused: :confused:

            L 1 Reply Last reply
            0
            • L Li Mu Bai

              hi, omkamal Yes I was impressed with the film I have the DVD. My fellow developers think Im nutts as I watch the film quite a lot and keep quoting lines ( in english :( ) from the film. I wondered if anyone would recognise it ;) The Wudan Master

              O Offline
              O Offline
              omkamal
              wrote on last edited by
              #6

              The only thing that attracts me in the movie is (even though unbelievable) the Martial Arts they play. I read a lot of articles about chinese people who can meditate to an extent which makes their body feel light and were able to fly like a leaf/paper floating in air. There is certain science involved in that too which would be very complicated to explain. But to a novice's eyes they all seem to be fictional. And my friends are novice too that they tease me often when I watch the movie. I have a DVD of it too. In fact I like all the chinese (good) martial arts movies. Good to know that there is someone(Li Mu Bai) on my page. omkamal

              1 Reply Last reply
              0
              • D David Salter

                Can you tell us how. I'd like to do the same sort of thing. :confused: :confused: :confused:

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #7

                Hi, Its easy it does it itself all you have to do is make an app to take the xml and display it:- QueryDatabaseApp.localhost1.InfoService myService = new QueryDatabaseApp.localhost1.InfoService(); object myObj = myService.getNumberOfTests( SerialNumber.Text ); if( null != myObj ) { Result.Text = myObj.ToString(); DataGrid1.DataSource = myService.getTestHistory(); DataGrid1.DataBind(); } else { Result.Text = "Serial Number NOT Found!"; } here is a bit out of the app that uses the web service with a stored proceedure returning a string and a data set which is put into a grid. The Wudan Master

                D 1 Reply Last reply
                0
                • L Lost User

                  Hi, Its easy it does it itself all you have to do is make an app to take the xml and display it:- QueryDatabaseApp.localhost1.InfoService myService = new QueryDatabaseApp.localhost1.InfoService(); object myObj = myService.getNumberOfTests( SerialNumber.Text ); if( null != myObj ) { Result.Text = myObj.ToString(); DataGrid1.DataSource = myService.getTestHistory(); DataGrid1.DataBind(); } else { Result.Text = "Serial Number NOT Found!"; } here is a bit out of the app that uses the web service with a stored proceedure returning a string and a data set which is put into a grid. The Wudan Master

                  D Offline
                  D Offline
                  David Salter
                  wrote on last edited by
                  #8

                  Thanks, I'll give it a try. :)

                  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