Hi,
i am trying to create a scenario which will have a source file in XML format that contain only the primary key of a table that exists in SQL server. inside IP, a synchronous call is made to JDBC and the records corresponding to the primary key will be fetched and finally will be written to a output file(XML). I need help for designing the IP.