https://bugs.eclipse.org/bugs/show_bug.cgi?id=279989 - at run time, DBWS ProviderHelper throws away all server-side exceptions
 - cut-&-paste error in ProviderHelper.java: carefully managed, caught server-side exceptions, built
   SOAPFaultMessage - then dropped it and build a second SOAPMessage with an empty payload - which
   for an update, indicates success!
 - added testcase: try to put 10-char name into 9-char column - verify SOAPFaultException contains
   message "Data too long for column 'NAME'"
8 files changed