// annotated with a WebService annotation in which the attribute IS set
// -
// to a url that can be resolved because the interface was generated as
// part
// of the test build.
implementor = new DerivedGreeterImpl();
ref = EndpointReferenceUtils.getEndpointReference(manager, implementor);
def = EndpointReferenceUtils.getWSDLDefinition(manager, ref);
assertNotNull("Could not load wsdl", def);
port = EndpointReferenceUtils.getPort(bus.getWSDLManager(), ref);