WsdlInterface iface = importBinding(project, wsdlContext, binding);
if (iface != null) {
String endpoint = WsdlUtils.getSoapEndpoint(port);
if (endpoint != null) {
iface.addEndpoint(endpoint);
}
// NOTE: question is what has priority wsaw:usingAddressing or
// wsam:Addressing policy
// in case addressing is defined both ways in the wsdl and
// there is conflict