----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 01, 2003 22:36 Subject: cvs commit: xml-axis/java/test/wsdl/soap12/additional Soap12AddTestRpcBindingImpl.java WhiteMesaSoap12AddTestSvcTestCase.java build.xml
> Various improvements made at soapbuilders meeting. > Return a 400 if it's a SOAP 1.2 "Sender" fault Although following the spec, this may cause plenty much woe if the client is running java1.3 or earlier, cos you often cant get at the error body when you fault in that version. I forget whether it was 500 and up that had the bug, or whether 400-series errors are in danger too. (Not that I am against the commit, just wondering about accidental implications)
