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.  Natural CALLNAT and Reliable RPC

    Posted Wed April 29, 2009 05:13 PM

    Hi all:
    How can I use Reliable RPC from a Natural client program using CALLNAT.
    I mean: I want to make:
    CALNAT ‘A1’
    CALNAT ‘A2’
    CALNAT ‘A3’
    CALNAT ‘A4’

    “commit”

    All the services will have only input parameters.
    Thanks,
    Hernan


    #EntireX
    #webMethods
    #Mainframe-Integration


  • 2.  RE: Natural CALLNAT and Reliable RPC



  • 3.  RE: Natural CALLNAT and Reliable RPC

    Posted Wed June 03, 2009 03:28 PM

    Thank you very much for your help!!
    I have another question that appeared now.
    Is it possible to send a message greater than 80A (the size of the p-message parameter) for USR6304N (or the other USR* programs)?


    #Mainframe-Integration
    #EntireX
    #webMethods


  • 4.  RE: Natural CALLNAT and Reliable RPC

    Posted Wed June 03, 2009 04:15 PM

    The user programs USR6304N and USR6305N are only used to set the “mode” of Reliable RPC (auto-commit vs. client-commit) and to do the commit/rollback in case of client-commit. p-message is an output parameter and contains the error text (in case the return code is not 0).

    The application message itself is sent with a standard callnat.


    #EntireX
    #Mainframe-Integration
    #webMethods