...building with 7/8 updates solved this problem BUT, it still gives an error on client for mustUnderstand attribute (soap version mismatch??) with my soap1.1 msgs.
To not exception out, I had to default it to 'false' in
org.apache.axis.client.AxisClient - invokde(MessageContext)
// Do SOAP Semantics checks here - this needs to be a call to
// a pluggable object/handler/something
if
(msgContext.isPropertyTrue(Call.CHECK_MUST_UNDERSTAND, false)) {
checker.invoke(msgContext);
}
