Consultor Eletrônico



Kbase P107921: Can an Open Client .NET proxy be called from ASP (not ASP.Net)?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   28/09/2005
Status: Verified

GOAL:

Can an Open Client .NET proxy be called from ASP (not ASP.Net)?

GOAL:

Is it possible to call a .NET Open Client proxy from an ASP program?

FACT(s) (Environment):

OpenEdge 10.x

FIX:

An Open Client .Net proxy cannot be directly called from an old style ASP program.

However, Microsoft does provide within the .Net development environment the ability to write a .Net program and have an ActiveX/COM wrapper placed around the resulting code so that it can be invoked from old style ActiveX/COM programs (of which the old style ASP would be an example).

Using this it would be possible to write your own .Net program which would in turn call methods on an Open Client .Net proxy.
Search Microsoft's MSDN web site (http://msdn.microsoft.com) for details on how to accomplish this.