public void testClientServer() {
BusFactory.setDefaultBus(getStaticBus());
BusFactory.setThreadDefaultBus(getStaticBus());
URL wsdlLocation = null;
PingService svc = null;
wsdlLocation = getWsdlLocation(test.prefix, test.port);
svc = new PingService(wsdlLocation);
final IPingService port =
svc.getPort(
new QName(
"http://WSSec/wssec10",
test.prefix + "_IPingService"
),
IPingService.class