Hi all, we are using servicemix-jms to send document to external systems through WebSphere MQ. The external partner expects XML document in ISO-8859-1 encoding. However it seems that once you put a DOMSource in the normalized message onto the JMS provider, servicemix converts the DOM document into an XML string using the default encoding specified through org.apache.servicemix.default.charset (which is UTF-8 by default). We actually do not want to add this flag to our configuration because we have different partners who expect different encodings.
Is there a way to configure the encoding in the jms endpoint? I figured out that we could eventually write our own soap marshaler but there's no setter to set it through spring. We appreciate your advice. Thanks Martin -- View this message in context: http://www.nabble.com/servicemix-jms%3A-controlling-the-encoding-tf4405153s12049.html#a12567441 Sent from the ServiceMix - User mailing list archive at Nabble.com.
