Groups > Asp .Net > ASP.NET XML Web Services > Re: Web service




Web service

Web service
Tue, 1 Apr 2008 16:50:51 +0000
Hi

Is ite possible to call a web service from asp.net page in IIS and show it as an
xml file which can be accessed via other technologies such as flash? 

Basicly I want to shot an asp.net page as a xml page?
Post Reply
Re: Web service
Tue, 1 Apr 2008 17:43:30 +0000
You can set the content type of your aspx page in the directive or through code
to "text/xml".  Then as long as the response is valid xml the browser
will display it as such or the user can even download it and save to an xml
file.
Post Reply
about | contact