Thanks for the reply Taariq. If I try any other value I get an IllegalArgumentException with "No enum const Alphabet with value ...". This is thrown by the jsmpp Alphabet enum that also only caters for datacodings of 0, 4 and 8.
In the SmppSubmitSmCommand class, the GeneralDataCoding is constructed by using a "determinedAlphabet" variable, which is set by passing the datacoding to Alphabet.valueOf(byte value). So, unless you use either a 0,4 or 8, it would appear from the SMPP camel source that an IllegalArgumentException will always be thrown. Regards Andre -- View this message in context: http://camel.465427.n5.nabble.com/Datacoding-Alphabet-issue-in-SMPP-tp5281005p5440522.html Sent from the Camel - Users mailing list archive at Nabble.com.