how 2 return xml dataset to non-.NET users, formatted in a table?

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default how 2 return xml dataset to non-.NET users, formatted in a table?

    We have some services that return datasets. In asp.net datagrids they look
    fine. But we have external users that want to use these same web services
    from a GET, because they do not have a web-service enabled platform. The
    returned dataset appears as straight XML to them (ugly), and they would like
    a way to see it fomatted in a table.

    Theoretically they could save the XML to a file, have an XSL page format it.
    But this requires a step for a programmer to do this, every time they call
    the service. They have a web application with framesets, and when they call
    our web service with a GET, they want the result to appear in their frame
    already formatted! I am wondering if the only way to do this is via some
    middleware, ie, BizTalk etc? I'm at a loss.

    Thanks,
    Jason Shohet


    Jason Shohet Guest

  2. Similar Questions and Discussions

    1. Return Dataset?
      I'm relatively new to web services and I was wondering why, when authors create a web service that queries a database, that they don't just return...
    2. Table/Formatted Text Select Tool in Adobe Reader 6.0
      Hi, We are using Adobe Reader 6.0 on Windows XP. However we are not able to see the option Table/Formatted Text Select Tool in order to export...
    3. Table/Formatted Text Select Tool does not work for Acrobat 3.x file
      I have a Acrobat 3.x file created from Crystal Report 8.5 exported command and wanted to convert this PDF file into Excel 2000 for further editing....
    4. IDCS: Paste tabbed text into formatted table
      I have formatted a table I like, and I want to import unformatted tabbed text into the existing table. I cannot paste into more than one selected...
    5. Ccopying a datatable content from an untyped dataset into a table which is inside a typed dataset
      Hi All, I am facing problem in copying content of table from a untyped dataset into to a table inside the typed dataset. I wanted to copy the data...
  3. #2

    Default Re: how 2 return xml dataset to non-.NET users, formatted in a table?

    > Theoretically they could save the XML to a file, have an XSL page format
    it.

    In the above, replace "they" with "I," and you have your answer. :)


    " Jason Shohet" <ash477@hotmail.com> wrote in message
    news:uegVGLicDHA.3708@tk2msftngp13.phx.gbl...
    > We have some services that return datasets. In asp.net datagrids they
    look
    > fine. But we have external users that want to use these same web
    services
    > from a GET, because they do not have a web-service enabled platform. The
    > returned dataset appears as straight XML to them (ugly), and they would
    like
    > a way to see it fomatted in a table.
    >
    > Theoretically they could save the XML to a file, have an XSL page format
    it.
    > But this requires a step for a programmer to do this, every time they call
    > the service. They have a web application with framesets, and when they
    call
    > our web service with a GET, they want the result to appear in their frame
    > already formatted! I am wondering if the only way to do this is via some
    > middleware, ie, BizTalk etc? I'm at a loss.
    >
    > Thanks,
    > Jason Shohet
    >
    >

    Keith Rains Guest

  4. #3

    Default Re: how 2 return xml dataset to non-.NET users, formatted in a table?

    But this has to be in an automated fashion. Nobody here is going to
    save each dataset that comes back from the service as XML, work on it
    to make it look nice in XSL and send it to the consumer of the
    service. There's no way to automate this process?


    > > Theoretically they could save the XML to a file, have an XSL page format
    > it.
    >
    > In the above, replace "they" with "I," and you have your answer. :)
    >
    >
    > " Jason Shohet" <ash477@hotmail.com> wrote in message
    > news:uegVGLicDHA.3708@tk2msftngp13.phx.gbl...
    > > We have some services that return datasets. In asp.net datagrids they
    > look
    > > fine. But we have external users that want to use these same web
    > services
    > > from a GET, because they do not have a web-service enabled platform. The
    > > returned dataset appears as straight XML to them (ugly), and they would
    > like
    > > a way to see it fomatted in a table.
    > >
    > > Theoretically they could save the XML to a file, have an XSL page format
    > it.
    > > But this requires a step for a programmer to do this, every time they call
    > > the service. They have a web application with framesets, and when they
    > call
    > > our web service with a GET, they want the result to appear in their frame
    > > already formatted! I am wondering if the only way to do this is via some
    > > middleware, ie, BizTalk etc? I'm at a loss.
    > >
    > > Thanks,
    > > Jason Shohet
    > >
    > >
    jason Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139