Map<String, String> namespaceMap, String serviceName) {
String property;
OMFactory omFactory = OMAbstractFactory.getOMFactory();
OMElement bindingOpElement = omFactory.createOMElement(
WSDL2Constants.OPERATION_LOCAL_NAME, wsdl);
bindingOpElement.addAttribute(omFactory.createOMAttribute(
WSDL2Constants.ATTRIBUTE_REF, null, tns.getPrefix() + ":"
+ this.name.getLocalPart()));
if (WSDL2Constants.URI_WSDL2_SOAP.equals(type)
|| Constants.URI_SOAP11_HTTP.equals(type)