473,657 Members | 2,478 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Understanding Web Services

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

Jul 24 '08 #1
2 1177
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
Jul 25 '08 #2
Thanks, can you tell me what, if any, support ASP.NET has to implement a CGI
interface?

Thanks.

--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com

"bruce barker" <no****@nospam. comwrote in message
news:eT******** ******@TK2MSFTN GP03.phx.gbl...
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
Jul 25 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
57111
by: Christian Eriksson | last post by:
Hi! I want to clarify, for myself, some basic facts about Oracle Client Server configuration. I start with the listener configuration on the server side. What block(s) in what configuration file(s) defines the services (shown below)? What causes there to be more than one instance of a service (shown
9
4189
by: Marty McDonald | last post by:
If I invoke a web service, and it throws an exception, I can see the exception if the client app is a .Net app. However, if the client app is not a .Net app, I only receive the HTTP 500 error. I believe this is due mostly to the fact that the non-.Net apps are using POST instead of SOAP. If the non-.Net apps were using SOAP, they too would in fact "see" the exception. Is this true? Thanks!
24
3264
by: bazad | last post by:
Hi, I'd like to understand consequences of Application.DoEvents call. Does it create a new thread? Thank you
30
2212
by: Cowboy \(Gregory A. Beamer\) | last post by:
There seems to be a lot of confusion on the versions of Visual Studio 2005. My latest blog entry covers the different versions: Main URL: http://spaces.msn.com/members/gregorybeamer/Blog/cns!1ptsyfBgfiUmsaQCul95SOyg!141.entry If the above URL wraps and you want a shorter URL for the entry: http://tinyurl.com/9yxbs --
6
2555
by: cs | last post by:
I noticed there is some .net services on my winxp. One or two mention the CLR. Does that mean that my .net apps/services wont run before those services start? I need to run my service as early on as possible, it doesnt even need to be a service if there is a way to run .net apps before that, anyone knows what or where?
4
1627
by: Tim M. | last post by:
one of my assignments is create a class named numbers whose Main()method holds two interger variables, assign values to the variables. within the class, create two methods, Sum() and Difference(),that compute the sum of the difference between the values of the two variables, respectively. each method should perform the computation and display the results. in turn call each of the two methods from Main(), passing the values of the two...
4
1488
by: joelagnel | last post by:
I'm new to .NET and have a basic understanding of operating systems. I can also do some magic in Csharp, but I lack an understanding of what's going on under the hood, with respect to how windows loads a .NET application is loaded into memory, how is it executed, how it interacts with the application and how I can control this behaviour through code. If anyone can direct me to a resource with some introductory material
0
1803
by: krishnaraju | last post by:
HI to all, please help me.its urgent requirement. my question is this is the wsdl file i got from our client.please see at bottom. when iam trying to access that webmethods iam getting only byval params but i didnt get byref params.please let me know how to get byref values from web methods. please help me in this regard because its an urgent requirement. ------------------------wsdl...
9
2263
by: Daniel Smedegaard Buus | last post by:
Hey all :) I was wondering about the $error_types (I particularly notice the 's' suffix when reading the manual) parameter for 'set_error_handler()': Can be used to mask the triggering of the error_handler function just like the error_reporting ini setting controls which errors are shown. Without this mask set the error_handler will be called for every error regardless to the setting of the error_reporting setting.
0
8420
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8324
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8516
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6176
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2743
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1970
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1733
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.