Can we do a 32 bit encryption (AES256) in Mule -
i have aes256 (32 bit key) encryption in mule. trying use xml encryption available in encryption component. please help.
the picture flow attached. getting below error when using xml encryptor.
[fatal error] :1:1: content not allowed in prolog. error 2016-11-08 16:19:37,913 [[testenc].http_listener_configuration.worker.01] root exception stack trace: root exception stack trace: org.xml.sax.saxparseexception: content not allowed in prolog. @ org.apache.xerces.parsers.domparser.parse(unknown source) @ org.apache.xerces.jaxp.documentbuilderimpl.parse(unknown source) @ javax.xml.parsers.documentbuilder.parse(unknown source)
exception : org.xml.sax.saxparseexception: content not allowed in prolog.
means xml either malformed or contains white space before xml declarion in many case, check xml first
`
Comments
Post a Comment