Hi, Could you help me with the below error, please? I have tried so many regex expressions, but I am stuck at the same error from so long. Is there any way to find out which control character it is? com.mendix.modules.microflowengine.MicroflowException: javax.xml.ws.WebServiceException: javax.xml.soap.SOAPException: org.xml.sax.SAXParseException; lineNumber: 3; columnNumber: 162; Illegal character ((CTRL-CHAR, code 3)) at [row,col {unknown-source}]: [3,162] at GraniteEnterpriseServices.SendEmail_wAttachement (CallWebservice : 'Call web service 'SendGraniteEmailAttachmentDirect'') at CustomerInformation.IVK_EmailNE_MPLSEquipmentProvWO (SubMicroflow : 'SendEmail_wAttachement') Advanced stacktrace: at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:143) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: javax.xml.ws.WebServiceException: javax.xml.soap.SOAPException: org.xml.sax.SAXParseException; lineNumber: 3; columnNumber: 162; Illegal character ((CTRL-CHAR, code 3)) at [row,col {unknown-source}]: [3,162] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) Caused by: javax.xml.ws.WebServiceException: javax.xml.soap.SOAPException: org.xml.sax.SAXParseException; lineNumber: 3; columnNumber: 162; Illegal character ((CTRL-CHAR, code 3)) at [row,col {unknown-source}]: [3,162]
I would try to find the root cause why this would end up in your data.
Regards,
Ronald
answered
Ronald Catersels
0
Hi Ronald, thanks for your reply. but I have already tried the same regex expression link you send me. Getting the same error even after tried so many regex expressions.