Skip to content

Commit

Permalink
[GovWayConsole]
Browse files Browse the repository at this point in the history
Corretta anomalia presente durante l'aggiornamento dell'interfaccia WSDL di una API Soap utilizzando la console in modalità avanzata.
L'interfaccia interna 'concettuale' non veniva aggiornata insieme a quella logica erogatore.
  • Loading branch information
andreapoli committed Nov 30, 2020
1 parent 568d5f2 commit f9fae11
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,12 @@ public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServlet
if (this.tipo.equals(AccordiServizioParteComuneCostanti.PARAMETRO_APC_WSDL_EROGATORE)) {
wsdlbyte = as.getByteWsdlLogicoErogatore();
if(isModalitaAvanzata){
if(isSupportoProfiloAsincrono)
if(isSupportoProfiloAsincrono) {
label = AccordiServizioParteComuneCostanti.LABEL_PARAMETRO_APC_WSDL_EROGATORE;
else
}else {
label = AccordiServizioParteComuneCostanti.LABEL_PARAMETRO_APC_WSDL_LOGICO;
facilityUnicoWSDL_interfacciaStandard = true;
}
} else {
label = AccordiServizioParteComuneCostanti.LABEL_PARAMETRO_APC_WSDL;
facilityUnicoWSDL_interfacciaStandard = true;
Expand Down

0 comments on commit f9fae11

Please sign in to comment.