Framework EDI Reference. Methods and Properties
ediHttpCfg.IsapiActiveXRetProc

Sets or gets the method name in the ActiveX, located at the server, that is called by the ISAPI extension DLL, after it has previously called the method to process the file set in the property IsapiActiveXRunProc.

Syntax:

Remarks:

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

If the method to process the file, specified in the IsapiActiveXRunProc property, has completed and has returned a value not equal to zero then this method will be called by the ISAPI DLL. If the method to process the file has not been specified, this method will still be called. The method MUST return a string and accept no parameter. The syntax is as follows:

<sResultFile> = <Object>.<MethodName>

Where:

 

See Also

Framework EDI AS2 ISAPI Extension