IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Server for activex dll

    Posted Tue July 05, 2005 05:12 PM

    Hi,

    I have some activex dll’s that were written in vb that I want to use via EntireX.

    In the documentation it’s stated that you can enable a dll to be called as a server but I can’t find an example.

    Is it possible and how do I do it?


    #webMethods
    #Mainframe-Integration
    #EntireX


  • 2.  RE: Server for activex dll

    Posted Wed July 06, 2005 05:30 PM

    Look at the examples that come with EntireX for Windows (C:\Program Files\Software AG\EntireX\Examples\Broker RPC\Server). Read the README.TXT file. It explains how to start an RPC server for dexample.dll. Then you can use one of the supplied clients (C single-threaded, C multi-threaded, COBOL, or NATURAL) to test your RPC server.


    #EntireX
    #webMethods
    #Mainframe-Integration


  • 3.  RE: Server for activex dll

    Posted Thu July 07, 2005 10:30 AM

    You need to be aware that the RPC Server can only call DLLs using the standard calling conventions. It is not possible to call an ActiveX component using the ActiveX/COM interfaces.


    #EntireX
    #Mainframe-Integration
    #webMethods


  • 4.  RE: Server for activex dll

    Posted Fri July 08, 2005 11:18 AM

    Thanks Rolf,

    My c skills are very basic and I wasn’t aware that there was a difference between calling the two types of dlls.

    At least now I know.

    Thanks again,
    Jean


    #EntireX
    #Mainframe-Integration
    #webMethods