getBus().getInInterceptors().add(logIn);
getBus().getOutInterceptors().add(logOut);
SOAPServiceRPCLit service = new SOAPServiceRPCLit();
StringListTest port = service.getSoapPortRPCLit();
updateAddressPort(port, PORT);
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",
swout.toString().indexOf("<in>org apache cxf</in>") > -1);
assertTrue("Response message is not marshalled correctly and @XmlList does not take effect",