WCF MTOM message encoding with custom text encoding for Soap Envelope

  • Thread starter Thread starter Michael Killermann
  • Start date Start date
M

Michael Killermann

Guest
I try to create a service that accepts MTOM messages with ISO 8859-1 Text encoding for the SOAP envelope.


By default MTOM messages only work with UnicodeFffeTextEncoding/Utf16TextEncoding/Utf8TextEncoding.


I've found many examples of CustomTextMessageEncoders that accept ISO 8859-1. However, these examples do not work in combination with MTOM message encoding. How can I combine these two?




thx

Continue reading...
 
Back
Top