Re: Understanding Web Services

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



cgi is method for a url to specify a program to run, either a binary or a scripting language like perl, ruby or python. a cgi program can call a webservice or act as a webservice, just depends on how its coded. often cgi programs expect a xml post and return xml, sometimes they do form post, just depends.



Jonathan Wood wrote:
I'm looking into implementing Web services to provide product activation codes to resellers. This seems to be going fine.

One large reseller tells me they support CGI for this purpose, as thought it's the same as Web services. Clearly, CGI is not the same as a Web service, but reading about it, it seems similar in that it somehow calls code running on my server.

Can anyone clarify for me the primary differences between CGI and Web services? Specifically, can a CGI interface be implemented using ASP.NET, or could a Web service be made to work by code that calls CGI?

Thanks!

Jonathan

.



Relevant Pages

  • Understanding Web Services
    ... I'm looking into implementing Web services to provide product activation codes to resellers. ... One large reseller tells me they support CGI for this purpose, as thought it's the same as Web services. ... Clearly, CGI is not the same as a Web service, but reading about it, it seems similar in that it somehow calls code running on my server. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Absolute Novice (Mac Tiger) Needs Help
    ... CGI program generate \r\n line endings for HTTP if \n is ... but I quoted the example of a CGI script because these write ... A reasonably surprise-free solution could have come from copying the ... The DOS/Windows Perl port certainly did not try to do ...
    (comp.lang.perl.misc)
  • Re: TELNET (was: Lisp/Unix impedance [a programming challenge])
    ... > content and/or cgi programs simultaneously, ... > allows you to edit HTML files and cgi program via ... > HTML form? ... But if I set up a password system whereby I can edit my CGI software ...
    (comp.lang.lisp)
  • Re: Best way to do server side tasks with new ISP
    ... Consider a list of CGI form parameters in a GET query string. ... This CGI program must then decode the ... Have you tried searching the Perl FAQ for info about CGI and HTML stuff: ...
    (comp.lang.perl.misc)
  • Re: CGI-program stoppes working
    ... Could it be, that the if one cgi program failes, the IIS stoppes serving ... it on the server, and I get the cgi error for that program to. ... > of HTTP headers. ...
    (microsoft.public.inetserver.iis)