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.  Passing table type parameter to a stored procedure in SQL

    Posted Thu May 23, 2013 05:42 PM

    Hi All,

    There is a requirement in our project where in we need to invoke a stored procedure which takes input as table parameter.

    Can anyone suggest how to invoke this stored procedure as in wM table is represented as a a document list.
    I tried loading metadata of the stored procedure input but was getting error. Any pointers will be appreciated.

    we are using SQL server 2008

    Thanks

    VS


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Passing table type parameter to a stored procedure in SQL

    Posted Fri May 24, 2013 10:47 AM

    Hi VS,
    In JDBC Adapter’s guide, there is a section called ‘JDBC Data Type to Java Data Type Mappings’. It lists all supported JDBC data types including BLOB, CLOB, OTHER, STRUCT etc., I do not see TABLE data type being listed here, may be it is not supported. Please check with Software AG support for confirmation…

    HTH
    Senthil


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 3.  RE: Passing table type parameter to a stored procedure in SQL

    Posted Fri May 24, 2013 02:48 PM

    Thanks Senthil.

    I will get in touch with Software AG support. I was also thinking if I can invoke the stored procedure using dynamic sql.

    Anyways thanks for the reply.


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 4.  RE: Passing table type parameter to a stored procedure in SQL

    Posted Fri May 24, 2013 03:37 PM

    What table parameter are you talking about? you mean JDBC field type selection or input param via customSQL /dynamicSQL template?


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods