ei.setAddress(applicationEndpoint.getEndpointInfo().getAddress());
ei.setName(PORT_NAME);
ei.setBinding(si.getBinding(BINDING_NAME));
org.apache.cxf.ws.addressing.wsdl.ObjectFactory aof =
new org.apache.cxf.ws.addressing.wsdl.ObjectFactory();
UsingAddressing ua = aof.createUsingAddressing();
ei.addExtensor(ua);
si.addEndpoint(ei);
try {
// REVISIT: asmyth