}
BusFactory.setDefaultBus(bus);
BusFactory.setThreadDefaultBus(bus);
URL wsdlLocation = null;
for (String portPrefix : argv) {
PingService11 svc = null;
wsdlLocation = getWsdlLocation(portPrefix);
svc = new PingService11(wsdlLocation);
final IPingService port =
svc.getPort(
new QName(
"http://WSSec/wssec11",
portPrefix + "_IPingService"
),
IPingService.class