Framework EDI Reference. Methods and Properties
ediHttpCfg.IsapiActiveXRunProc

Sets or gets the method name in the ActiveX, located at the server, that is called by the ISAPI extension DLL after it has stored the file sent by the client to disk.

Syntax:

Remarks:

This property is relevant only if the following have been set:

The ISAPI DLL calls the method in the ActiveX after it has stored the file to disk and passes the full file path name of the file as a parameter to the method. The method of the ActiveX interface MUST follow the syntax:

<lReturnValue> = <Object>.<MethodName>(<sFileName>,<sAnyString>)

Where:

See Also

Framework EDI AS2 ISAPI Extension