public void testNewServiceAddition() throws Exception {
AxisServiceGroup asvGroup = new AxisServiceGroup(ac);
asvGroup.setServiceGroupName("testServiceGroup");
AxisService asv = new AxisService("testServiceAdd");
asvGroup.addService(asv);
String policyXML = "<wsp:Policy\n" +
" xmlns:sp=\"http://schemas.xmlsoap.org/ws/2005/07/securitypolicy\"\n" +
" xmlns:wsp=\"http://schemas.xmlsoap.org/ws/2004/09/policy\"\n" +
" xmlns:wsu=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\"\n" +
" wsu:Id=\"SecureMessagePolicy\" >\n" +