else if (bool_portType == true){
if (event.asEndElement().getName().getLocalPart().equals("portType")){
wsdlFileRepresentation.addPortType(portType);
bool_portType = false;
}
else if (event.asEndElement().getName().getLocalPart().equals("operation")){
portType.addOperation(operation);
// bool_portType_Operation = false;
}
else if (event.asEndElement().getName().getLocalPart().equals("input")){
// bool_portType_Operation_Input = false;