Migration from ColdFusion 10 to 2016 causing web service and scheduler issue
I have migrated one of my service from ColdFusion 10 to 2016.
Post that I noticed two issues
1) Scheduled tasks are not running : Log shows Task default.abc misfired.
2) Another system calling my webservice is not able to execute it
The webservice looks like https://www.abc.com/testInterface/webservices/testImporter.cfc
And error is
PROD Error message: failed to export item fgsfgs to target WebServive : SOAP request failed (<pushData xmlns="http://webservices.testinterface">
<inputXml>
<testData xmlns="">
some data
</testData>
</inputXml>
</pushData>): SOAP request returned empty result XML: Root element is missing.
Task default.Keyreviewdata misfired.
