AbstractHandler handler = maker.lookup(GetBusinessDetailExtHandler.TAG_NAME);
Element parent = XMLUtils.newRootElement();
Element child = null;
GetBusinessDetailExt service = new GetBusinessDetailExt();
service.addBusinessKey("1bd50f65-9671-41ae-8d13-b3b5a5afcda0");
service.addBusinessKey(new BusinessKey("1fbe67e6-f8b5-4743-a23f-9c13e4273d9f"));
System.out.println();
RegistryObject regObject = service;
handler.marshal(regObject,parent);