.NET Web ServicesDiscussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
If it returns plain text then its not really a web service is it. Just write an aspx page and use Response.Clear, then Response.Write to write your output.
__________________
/- Sam Judson : Wrox Technical Editor -/
If it returns plain text then its not really a web service is it. Just write an aspx page and use Response.Clear, then Response.Write to write your output.
give me a code please to use resonse.clerar and response.write
Yes, well this is where a little thing called 'Documentation' comes in. Microsoft provide huge amounts of this stuff, mostly at the http://msdn.microsoft.com web site.
Searching google for Response.Clear() would probably have been a good place to start.
__________________
/- Sam Judson : Wrox Technical Editor -/