}
@Test
public void testWithGetPortExtensionHttp() throws Exception {
NumberFactoryService service = new NumberFactoryService();
NumberFactory factory = service.getNumberFactoryPort();
W3CEndpointReference w3cEpr = factory.create("20");
EndpointReferenceType numberTwoRef = VersionTransformer.convertToInternal(w3cEpr);
assertNotNull("reference", numberTwoRef);