Call web services which displays an ASP web page

  • Thread starter Thread starter Overstock.Com
  • Start date Start date
O

Overstock.Com

Is it possible to return a form as the output from calling a web
service. In other words, could I create a web service and have it
return a web page with data filled out from the call?
 
It sounds a little bit strange however why not.

When I think about it, than it is as written in the subject nothing more
than sent the url back and start that using process start.

And as written in your text
Create an HTML string, get that back and display that using the browser with
process start..

I never tried that, however does not look difficult for me.

Cor
 
Back
Top