I am trying to
test some webservices by writing
Junit tests for them. These tests run through Eclipse, but when run executed using
maven, they through a SOAPFaultException, the root cause of which java.lang.AssertionError.
This AssertionError is probably being thrown on the WebLogic 9.1 side, but then I should be seeing the same problem when running through Eclipse too. Has anyone come across this?