private void addAttribute(TypedXmlWriter writer, String attrValue) {
   writer._attribute(AddressingVersion.W3C.wsdlActionTag, attrValue);
 }