Some weeks ago, our team installed an application that calls a webservice (https://palena.sii.cl/DTEWS/CrSeed.jws?wsdl) on a Windows 10 Machine. Weeks later, the windows update installed a critical security update (KB3147458) and the application stop working as intended. This is the error:
The first thing i did. It was to check the enconding of the XML sended by the application. Unfortunately, the file was using UTF-8 without BOM and from that moment i couldn't figure out whats the cause of the error. This is the output file:
Im writting because i need your help to figure out whats the problem. If you want to reproduce it, add the WSDL (https://palena.sii.cl/DTEWS/CrSeed.jws?wsdl) as a WebReference and call the getSeed method, using an updated Windows 10.
Thank you in advance.