factory = WSDLFactory.newInstance();
} catch (WSDLException e) {
fail("Can't instantiate the WSDLFactory object.");
}
DescriptionElement descriptionElement = factory.newDescription();
// Create the BindingElement<->InterfaceElement->InterfaceFaultElement hierarchy
BindingElement bindingElement = descriptionElement.addBindingElement();
bindingElement.setInterfaceName(new QName("interface1"));
bindingElement.setName(new NCName("binding1"));