This how we have our thread setup right now:
Protocol: http-client
URL: valid URL
Method: POST
Driver Mode: Message Driven
Query TPS: httpQuery {MSGUSE DATA}
Messages are posting to the server and we are receiving a response back. It is either an “OK” or “FAIL” message – like this:
‘OK: ADT post processed
x0ax0aID: 487b9b9aaf869′ or
‘FAIL: ADT message could not be parsed
x0ax0aID: ‘
I am working with the web administrator to fix the problems with those that fail. But, the problem I am having is getting Cloverleaf to recognize these responses coming back. The engine can see them, because they are all going to the error db with “Unsupported Trxid (101)”. But SMAT does not pick them up and I don’t think the engine really sees them as replies. The error message is unsupported Trxid – but the error db has both the correct source and destination thread. What I don’t understand is, if there’s no trixid to route with, how can it determine the destination thread????
My questions are: Can Cloverleaf handle replies with an http-client protocol. If so, how do I handle these?????
Please bear with me as I really don’t know much if anything about web processing, let alone how Cloverleaf fits into that picture.
Thanks in advance for all your help!!!!