cancel
Showing results for 
Search instead for 
Did you mean: 

MII 15.3 WS Message Listener HTTP status

anton_kopylov
Explorer
0 Kudos
176

We create message processing rules. As result we use link like /XMII/Illuminator?service=WSMessageListener&mode=WSMessageListenerServer&Name=___NAME___&Session=false.

As result all works fine. However if I set wrong credentials (login/password) or authority i get error web page? but HTTP status will be 200 instead of 401 or 403.

Did you know a way how to send correct http status from MII to source system&

Accepted Solutions (0)

Answers (1)

Answers (1)

agentry_src
Active Contributor
0 Kudos

It appears that the error is displayed on the webpage has to do with security in MII and not a failure with the http status. So your link works fine, but the processing can't take place due to security errors. I suggest that you turn on the transaction logging to Always (or you can try On Error to minimize the data retention), run some erroneous credentials, then look into Transaction Manager to see what errors it shows for the run. I would also recommend adding some logging to the transaction to see what errors are generated. Sometimes you get more detail from the logging than you would from just transaction manager.