Automic Workload Automation

 View Only
  • 1.  WSO2 ESB DSS Integration, sending multiple records to DSS

    Posted Oct 17, 2017 08:20 AM
    I have requirement in which in i must insert a couple of values from ESB four.eight.1 into Oracle Database table via WSO2 DSS.

    Oracle DB table (student) includes beneath fields

    1) identity
    2) name
    3) magnificence
    four) school call
    ESB will receive a cleaning soap request which includes two hundred scholar data with above fields, here range is 200 which may additionally vary.
    In ESB i will extract the 200 document values(2 hundred pupil info), permit say 200 insert statements.
    From Oracle ESB Training how i'm able to ship those two hundred file values to DSS in a unmarried cleaning soap request, in order that DSS will take care of placing two hundred information into DB.
    Can DSS get hold of soap Request which contains multiple records (200 college students information) and insert into DB.?


  • 2.  WSO2 ESB DSS Integration, sending multiple records to DSS

    Posted Oct 17, 2017 07:50 PM
    You can store the values in an array and then put it in a vara object. Later on you can process the vara object and transfer the data into the other database.