Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I have a requirement like where i have 4 key columns and 3 more columns in a table A.
i need to send 3 columns data to web service and update the table with status (success fully sent web service or not based on the response from web service).
update table A set status='y' where four key columns.
as i started coding i come to know i cannot pass through additional columns to web service other than required 3 columns. how to capture the response and update the status.
how do i know the response is for a particular record?
Here Iam able to pass only the columns which are input to webservice(3 columns) and in the output i am getting only one column (XML doc from webservice output) . I am not able to pass all other columns to the output. I need to store the XML along with other key columns but i am not able to carry forward those key fields. Is there any other way to achieve this
@rrcr410, if possible can your job design.