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

Invoke webService in Designer Task Source

  • 1.  Invoke webService in Designer Task Source

    Posted 03/08/12 08:30 PM

    Hello All,

    I am have an requirement to log all the Comments the users enter in the Tasks “Comments” section. I able to collect all the Comments for the task by passing taskID.

    I wanted to store all the comments to DB table, to do so I have a flow service which has taskID/Comments (StringList) as inputs. I went to Designer and opened the TaskView/Details (UI Development) and right click on the service and created the webservice Connector. I wanted to pass the taskID and CommentsList as inputs to the webService that I built.

    Could anybody help me in how I can call Invoke the webService by passing the taskID and CommentsList and inputs.

    Right now I am populating the comments in CUSTOM_TASK_ID.
    tp.getTaskInfo().setCustomTaskID(returnTaskComment(taskid));

    Instead I would like to pass to webservice so that the Comments gets stored in DB Table.

    Thanks in advance,
    Priyatham


    #webMethods
    #soa
    #API-Management