Yup.... It took us hours to figure out why it's not working since it should be so simple... We tried the name mapping and everything, but there is just no way to get it to work if the Post contains any Characters in the attribute names that Aware does not allow.
Nice thing of course about having it as separate custom processes is that we have a lot more control over how things are handled.
We recently had a pretty big crisis with the incoming email in one of our systems (V5.9) whereby emails containing attachments with the same name is not delivered to Aware (I believe this bug is still there in 7). But since one of our systems are quite reliant on Incoming email and Support does not support 5.9 at all anymore we were forced to look at alternative solutions, so Werner came up with one whereby we use a combination of Amazon SES, S3, and Lambda to handle incoming emails. Basically emails go to amazon first then we process them using some custom java code on lambda. Here we can clean it strip out unnecessary attachments, rename and reorder them and then send them to Aware using a simple exposed service. 🙂 Took about a month to write the code and implement it successfully but now we have a SOLID incoming and outgoing email solution that is not reliant on Aware supporting it or not.
Would love to have more flexibility in the JSON services from within aware, but for now our biggest desire is for the IDE to get a Massive upgrade. Aware already saves one so much time but I believe that productivity can be Trippled by adding some basic modern IDE features such as CTRL-Click to jump to a reference object, attribute, query process etc. Or just the ability to keep the formatting in the rule editors. In large rules it takes forever to find something if everything is in one line. Also a search within that box will help tremendously. Neway... Hoepfully something like that is on the cards soon.
Regards
Hein