I have a project coming up that I believe is best suited to WCF. I've always used web services in the past for something like this, but apparently WCF replaced them now that I have VS 2010 (or so I'm told). Anyways, I need to create a link to place on an external site, that when they used it sends info about the user to my wcf service, which will return customized content for printing to the user. The kicker is that it needs to be automatically sent straight to the print dialog, no form, no preview, just print the content on the user end. I realize it's probably bad form not to give the user a preview, but the requirements are pretty clear on the matter. I'm not even sure if WCF is setup to perform that way, but I figured I could ask you guys, and I could at least hear a "no thats impossible" if that is the case. Any thoughts?
thanks for all your help,
Stephen