Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > .NET Web Services
|
.NET Web Services Discussions 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 software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 5th, 2004, 09:55 AM
Registered User
 
Join Date: Apr 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Web Service HTML Output

I have am trying to create a Rich HTML client via web services and not using .aspx pages, although I want to generate the HTML in c#.

I have created a JS wrapper to handle events that will post to and from the web service but I am having trouble creating the controls in the web service.

I can easly create a collection of controls but I can not call extract the HTML that they would generate. I am not sure if the fact the "Render()" method probablly isn;t being called either.

Any help would be great.



 
Old April 6th, 2004, 11:54 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

You are having a problem because you are using the wrong tool for the job. XML web services are designed to provide XML not HTML. It's really as simple as that. Web services are for program to program data interfaces not for human to computer UI interfaces.

You could create a client based (win forms) or web application that consumes web services but you have already stated you don't want to use ASPX.

Peter
------------------------------------------------------
Work smarter, not harder.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Web Service Consuming another web service CraigWhitfield EJB 0 January 10th, 2008 08:38 AM
jsp - input/output - html?? tra77 JSP Basics 0 April 14th, 2006 04:35 AM
Service Oriented Web Service aldwinenriquez .NET Web Services 2 September 15th, 2005 03:25 AM
XLS output to CHTML instead of HTML athanatos XSLT 1 February 9th, 2005 06:29 AM
Sending output to HTML table mairejo Classic ASP Basics 3 September 20th, 2004 10:02 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.