Select COM Beta 3

Please spend some time examining the release notes.

Select COM is based on a standard Select Pro integration. However, all running of Java classes is handled by Microsoft IIS via the COM objects, and so you do not need to install a separate servlet engine such as JServ or JRun.

When you have finished installing you need to copy the callback.asp page to your site and tell Web-Merchant/WM its URL. Inside the page you must change the success to failed sections to reflect your site. Remember that to display graphics on these pages they must be uploaded onto the Web-Merchant/WM server.
Do not modify anything before the line 'REM-- Do not put ANYTHING before this line --'.

The other COM-related pages listed below describe how to use the Select COM objects, which is used to communicate with the Web-Merchant/WM server.

To use this object it must be embedded inside an Active Server Page using Visual Basic (scripting edition), or JScript server-side scripting.

COMpurchase supports 3 major functions.

  1. Error Reporting
  2. Sending a purchase Token
  3. Responding to Callbacks

Example ASP pages:

  1. purchase.asp
  2. callback.asp
  3. buythis.asp