JDBC v602 adapter for DB2 on AS400

Hi,

Please let me know how to get effected row results while updating or
deleting rows on table by using adapter services.

Regards
Babu

Babu,
go to Result pane in the adaptor working window, declare a variable in the Result Field to get the affected rows. that would give you the result.

Hi,

I am trying to submit the data to another service through http service. For that, I gave URL of the service, I mapped data to string which under http service input requirements. Even pipeline values are transfering to another service. But I could not get exact string which I gave to string in http service. That data is coming as a object name and it showing as null. Plz let me know how to get that data into another service.

Regards
Babu

If the string contains xmldata then set the Content-Type=text/xml and your receiving service(another service)input should be node object.Put a savepipeline in the receive service and check the pipeline if node exists or not.

HTH,
RMG.