// We blow away any existing ExtensibilityElements/content before we generate it
// Is it worth being smarter? Look for matching content first and create those which aren't found????
List removeList = new ArrayList(port.getEExtensibilityElements());
removeExtensebilityElements(port.getEExtensibilityElements(), removeList);
SOAPAddress soapAddress = SOAPFactory.eINSTANCE.createSOAPAddress();
soapAddress.setLocationURI(addressLocation);
port.addExtensibilityElement(soapAddress);
}