Hi Experts,
I am having a requirement in which I have to sent some DB details via XML to an HTTP URL (An ASP page)
JDBC -
> HTTP
After the XML is posted at the target, according to the status of its posting, Success/Failure, I should update the source JDBC with a Status flag Which is a constant.... like 1 for success/ 0 for failure
The Issue here is that, when I tried the scenario I tried it as a JDBC to Sync HTTP, I got a response which was the page itself.
But what i want as the response is just the response code. Say 200 for success/ 500 for failure, in a response datatype. I am in the assumption that like in Sync JDBC, the response datatype will be automatically updated with the response value.... Please correct me if I am wrong.
Please provide me some good links which will help me solve this problem too.
Edited by: Thomas Varghese on Jun 4, 2009 7:59 AM