Forum Discussion
deepesh_jain
15 years agoFrequent Contributor
1. create a property in JDBC step and use property transfer to populate that from SOAP Response.
2. Give the driver that you would be using to connect to DB
3. Give the connection string in the following format:
jdbc:oracle:thin:<user_id>/<password>@<sql connection string>
4. Create a query like below:
select a,b,c,d from s where a = :param
Let me know if this helps.
Thanks,
Deepesh
2. Give the driver that you would be using to connect to DB
3. Give the connection string in the following format:
jdbc:oracle:thin:<user_id>/<password>@<sql connection string>
4. Create a query like below:
select a,b,c,d from s where a = :param
Let me know if this helps.
Thanks,
Deepesh