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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Problems with ASP , array and Entire-X

    Posted 06/04/04 06:29 PM


  • 2.  RE: Problems with ASP , array and Entire-X

    Posted 06/07/04 04:35 AM

    Hi Paulo;

    you should check the documentation for the EntireX DCOM wrapper; array handling can be tricky depending on the type of client (VB, ASP etc…) and com binding.
    From the main page of the documentation, go to “EntireX Developer’s Kit” and then “EntireX DCOM Wrapper”; I am confident you will find what you need there.

    if you care to post your IDL then maybe someone can post back some sample code.

    regards,
    - arp


    #webMethods
    #Mainframe-Integration
    #EntireX


  • 3.  RE: Problems with ASP , array and Entire-X

    Posted 06/07/04 06:12 PM

    Hi Paulo,

    your example code is working here.

    What operating system version and what version of EntireX are you using ? Could you post your IDL file ?

    Kind regards,
    Rolf


    #Mainframe-Integration
    #EntireX
    #webMethods


  • 4.  RE: Problems with ASP , array and Entire-X

    Posted 07/09/04 12:40 AM

    My OS is Windows XP Pro 2002 SP 1 and
    EntireX 5.2.1 .
    But I already done.
    I just change the line
    from “Dim code , name(100) , obj”
    to “Dim code , name , obj”.
    And It worked.

    Thanks for all.


    #Mainframe-Integration
    #EntireX
    #webMethods