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.  input parameter for JDBCAdapter -ExecuteService

    Posted Fri June 22, 2007 09:52 AM

    Just installed the latest developer and IS.

    1. Created a JDBCAdapter-ExecuteService template to invoke a Java service.
    2. Inside the Java Service, using the IDataCursor to get JDBC connection and want to get 2 specific input parameter.

    However, the input paramter for “ExecuteService” is “targetserviceparamter” object which cannot be changed or assigned paramter under it.
    How can I assign the input parameter for “ExecuteService” and can be got within Java Service?

    regards,
    Francis


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: input parameter for JDBCAdapter -ExecuteService

    Posted Mon June 24, 2013 01:34 PM

    Hi Francis, I have similar query.Please let me know if you got the solution


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: input parameter for JDBCAdapter -ExecuteService

    Posted Mon June 24, 2013 02:29 PM

    Hi,

    Just map a document containing the values you want to pass to the service inside the executeService.
    Don’t worry about mapping a “document” to an “object”.

    If you have a problem, put a savepipeline in the calling service and you’ll see how the values are passed.


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: input parameter for JDBCAdapter -ExecuteService

    Posted Mon June 24, 2013 02:40 PM

    Yes the above should work passing var in the explicit map step.

    Do you see any errors?


    #webMethods
    #Integration-Server-and-ESB