addPolicyAsExtElements(womDescription, policyElementsList,
bindingoperation, include);
binding.addBindingOperation(bindingoperation);
SOAPOperation soapOpimpl = (SOAPOperation) extensionFactory
.getExtensionElement(ExtensionConstants.SOAP_11_OPERATION);
soapOpimpl.setStyle(style);
// to do heve to set a proper SOAPAction
ArrayList wsamappingList = axisOperation.getWsamappingList();
if (wsamappingList != null && wsamappingList.size() > 0) {
soapOpimpl.setSoapAction((String) wsamappingList.get(0));
} else {
soapOpimpl.setSoapAction(opName);
}
bindingoperation.addExtensibilityElement(soapOpimpl);
if (inMessage != null) {
WSDLBindingMessageReference bindingInMessage = wsdlComponentFactory