if (primaryDoc != null) {
wsdlPort = getWSDLPort(primaryDoc, docList, serviceName, portName, container);
}
WebServiceFeatureList features=((BindingImpl)binding).getFeatures();
features.parseAnnotations(implType);
PolicyMap policyMap = null;
// create terminal pipe that invokes the application
if (implType.getAnnotation(WebServiceProvider.class)!=null) {
//TODO incase of Provider, provide a way to User for complete control of the message processing by giving
// ability to turn off the WSDL/Policy based features and its associated tubes.