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