|
| Hi All,
I have a implementation where I have client application posting XML
documents to my orchestration via Biztalk HTTP request response adapter.
It works fine in my Dev box running XP. i.e. when I post a invalid XML which
is not deployed, the client get backs a 400 Bad format status code. When it
is a valid XML it gets back to 200 OK.
I then moved the same implementation to a box running Windows server 2003. I
have done all the necessary virtual directory configuration recomended for
IIS 6.0. My client app is successfully able to post valid XML docs and the
appropriate status code of 200 OK is returned back.
However, when an invalid XML is posted, I get back 500 server error status
back. I dont know why i am getting this status code. B'cos as per
documentation this status code is only returned when something is seriously
wrong and Biztalk is not able to suspend the message. But in my case Biztalk
is able to suspend the message properly. I would only expect that 400 Bad
format status be sent back.
Please help me out on this situation.
Regards,
red
|
|