final Bus bus =
new SpringBusFactory().createBus("org/apache/cxf/systest/ws/wssc/client/client.xml");
BusFactory.setDefaultBus(bus);
BusFactory.setThreadDefaultBus(bus);
PingService svc = new PingService();
for (String portPrefix : argv) {
final IPingService port =
svc.getPort(
new QName(
"http://WSSec/wssc",
portPrefix
),
IPingService.class