// the message. Then the client uses XKMS to both locate + validate the signing cert
// on processing the service response
@org.junit.Test
public void testAsymmetricBinding() throws Exception {
SpringBusFactory bf = new SpringBusFactory();
URL busFile = XKMSTest.class.getResource("client.xml");
Bus bus = bf.createBus(busFile.toString());
SpringBusFactory.setDefaultBus(bus);
SpringBusFactory.setThreadDefaultBus(bus);
URL wsdl = XKMSTest.class.getResource("DoubleItXKMS.wsdl");
Service service = Service.create(wsdl, SERVICE_QNAME);