Ask a Question related to ASP.NET Web Services, Design and Development.
-
Jason Shohet #1
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
-
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... -
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... -
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.... -
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... -
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... -
Keith Rains #2
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...look> We have some services that return datasets. In asp.net datagrids theyservices> fine. But we have external users that want to use these same weblike> 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 wouldit.> a way to see it fomatted in a table.
>
> Theoretically they could save the XML to a file, have an XSL page formatcall> 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> 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
-
jason #3
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?
> it.> > Theoretically they could save the XML to a file, have an XSL page format
>
> 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...> look> > We have some services that return datasets. In asp.net datagrids they> services> > fine. But we have external users that want to use these same web> like> > 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> it.> > a way to see it fomatted in a table.
> >
> > Theoretically they could save the XML to a file, have an XSL page format> call> > 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> > 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



Reply With Quote

