endpointInfo = testUtils.setupServiceInfo("http://yoko.apache.org/simple",
"/wsdl/simpleIdl.wsdl", "SimpleCORBAService",
"SimpleCORBAPort");
CorbaDestination destination = new CorbaDestination(endpointInfo, orbConfig);
EndpointReferenceType rtype = destination.getAddress();
assertTrue("EndpointReferenceType should not be null", rtype != null);
BindingInfo bindingInfo = destination.getBindingInfo();
assertTrue("BindingInfo should not be null", bindingInfo != null);
EndpointInfo endpointInfo = destination.getEndPointInfo();
assertTrue("EndpointInfo should not be null", endpointInfo != null);