@Test
public void testWithManualMultiplexEprCreation() throws Exception {
NumberFactoryService service = new NumberFactoryService();
NumberFactory nfact = service.getNumberFactoryPort();
updateAddressPort(nfact, NumberFactoryImpl.PORT);
W3CEndpointReference w3cEpr = nfact.create("2");
assertNotNull("reference", w3cEpr);