Understanding Web Services
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
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
- Re: Running COBOL under z/os.e
... Perhaps Websphere has things in it to make ... J2EE is a complete replacement for CGI. ... Well, in that case, you should probably go into the z/OS Web Services ... What IBM is saying is pretty ... (bit.listserv.ibm-main) - Re: Which SKU has Web Services wizards- DO YOU HAVE PRO?
... But the app I have to upgrade was written as a console app based on web module class and runs as a CGI. ... describe exactly where I should find what you're talking about because I only have Pro and don't know what wizards you see in Enterprise or Architect. ... Is the Web Services wizard and everything else to do CGI in the Pro SKU? ... (borland.public.delphi.non-technical) - Re: Understanding Web Services
... 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. ... codes to resellers. ... One large reseller tells me they support CGI for this purpose, as thought it's the same as Web services. ... (microsoft.public.dotnet.framework.aspnet) - Re: Understanding Web Services
... a cgi program can call a webservice or act as a webservice, just depends on how its coded. ... Jonathan Wood wrote: ... One large reseller tells me they support CGI for this purpose, as thought it's the same as 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? ... (microsoft.public.dotnet.framework.aspnet) |
|