zeep::iequals — our own implementation of iequals: compares a with b case-insensitive
// In header: <zeep/unicode-support.hpp> bool iequals(const std::string & a, const std::string & b);
This is a limited use function, only reliably works with ASCII. But that's OK.