LoggingOutInterceptor logOut = new LoggingOutInterceptor(pwout);
getBus().getInInterceptors().add(logIn);
getBus().getOutInterceptors().add(logOut);
SOAPServiceRPCLit service = new SOAPServiceRPCLit();
StringListTest port = service.getSoapPortRPCLit();
String[] strs = new String[]{"org", "apache", "cxf"};
String[] res = port.stringListTest(strs);
assertArrayEquals(strs, res);
assertTrue("Request message is not marshalled correctly and @XmlList does not take effect",