Skip to Content
0
Former Member
Jun 04, 2009 at 05:59 AM

HTTP Acknowledgement [Response code 200/500 in response data type]

745 Views

Hi Experts,

Help me on how to get the HTTP Acknowledgment, 200 for success/500 for failure after posting in PI

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