We have a webservice component developed in Coldfusion to handle a data feed from an external system. External system is a java environment feeding data to our application through the webservice component. When a bunch of messages are submitted ColdFusion handles few messages and rejects remaining messages in the server level(like 3 out of 10. There is no patter we could capture with this connection. Message counts are random.). ColdFusion Server runs on IIS. ColdFusion does not throw an error message to the external system for the unprocessed messages. I am not sure if this is an issue with IIS or ColdFusion server.
Any help would be much appriciated!