Forum Discussion

Dino's avatar
Dino
New Contributor
6 years ago

Soapui pro 2.4.0 - XML request panel does no reflect changes done in FORM request panel

When i make some changes on a request by unsing the form tab, i can't see them in the XML tab.
e.g in this request i try to add a periodeDTO item :

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:impl="http://impl.ws.annulationsme_ws.annulation.carriere.dino.com/">
    <soapenv:Header/>
    <soapenv:Body>
        <impl:insertAnnulation>
            <demandeDTO>
                <ckDemannaC1>F</ckDemannaC1>
                <ckReport>V</ckReport>
                <ckdclact>V</ckdclact>
                <dateDernierCalcul>2004-06-24T00:00:00</dateDernierCalcul>
                <dateEnvoiBPA>2003-09-22T00:00:00</dateEnvoiBPA>
                <dateReceptionBPA>2004-06-24T00:00:00</dateReceptionBPA>
                <idCentrePaiement>473Y150</idCentrePaiement>
                <idDemande>1287001</idDemande>
                <idProcedureAnnulation>125Q1</idProcedureAnnulation>
                <idRegime>144QFRACL</idRegime>
                <cKart85>F</cKart85>
            </demandeDTO>
            <!--Zero or more repetitions:-->
            <periodeDTO>
                <ckactconc>F</ckactconc>
                <dateDebut>1998-01-01T00:00:00</dateDebut>
                <datefin>1998-03-31T00:00:00</datefin>
                <idDemande>1287001</idDemande>
                <idProcedureAnnulation>204Q1</idProcedureAnnulation>
                <isRegulariser>F</isRegulariser>
                <salaireCommunique>21614</salaireCommunique>
                <unite>F</unite>
            </periodeDTO>
            <periodeDTO>
                <ckactconc>F</ckactconc>
                <dateDebut>1993-10-01T00:00:00</dateDebut>
                <datefin>1993-12-31T00:00:00</datefin>
                <idDemande>1287001</idDemande>
                <idProcedureAnnulation>204Q1</idProcedureAnnulation>
                <isRegulariser>F</isRegulariser>
                <salaireCommunique>20088</salaireCommunique>
                <unite>F</unite>
            </periodeDTO>
            <periodeDTO>
                <ckactconc>F</ckactconc>
                <dateDebut>1994-01-01T00:00:00</dateDebut>
                <datefin>1997-12-31T00:00:00</datefin>
                <idDemande>1287001</idDemande>
                <idProcedureAnnulation>204Q1</idProcedureAnnulation>
                <isRegulariser>F</isRegulariser>
                <unite>F</unite>
            </periodeDTO>
            <!--Zero or more repetitions:-->
            <trancheDTO>
                <cotPatronale>1221.9</cotPatronale>
                <cotSalariale>816.68</cotSalariale>
                <dateDebutTranche>1994-01-01T00:00:00</dateDebutTranche>
                <dateFinTranche>1994-12-31T00:00:00</dateFinTranche>
                <idDemande>1287001</idDemande>
                <salaireAnnuel>81787</salaireAnnuel>
                <unite>F</unite>
            </trancheDTO>
            <trancheDTO>
                <cotPatronale>1249.67</cotPatronale>
                <cotSalariale>835.24</cotSalariale>
                <dateDebutTranche>1995-01-01T00:00:00</dateDebutTranche>
                <dateFinTranche>1995-12-31T00:00:00</dateFinTranche>
                <idDemande>1287001</idDemande>
                <salaireAnnuel>83646</salaireAnnuel>
                <unite>F</unite>
            </trancheDTO>
            <trancheDTO>
                <cotPatronale>1266.7</cotPatronale>
                <cotSalariale>846.62</cotSalariale>
                <dateDebutTranche>1996-01-01T00:00:00</dateDebutTranche>
                <dateFinTranche>1996-12-31T00:00:00</dateFinTranche>
                <idDemande>1287001</idDemande>
                <salaireAnnuel>84786</salaireAnnuel>
                <unite>F</unite>
            </trancheDTO>
            <trancheDTO>
                <cotPatronale>1281.2</cotPatronale>
                <cotSalariale>856.31</cotSalariale>
                <dateDebutTranche>1997-01-01T00:00:00</dateDebutTranche>
                <dateFinTranche>1997-12-31T00:00:00</dateFinTranche>
                <idDemande>1287001</idDemande>
                <salaireAnnuel>85756</salaireAnnuel>
                <unite>F</unite>
            </trancheDTO>
            <trancheDTO>
                <cotPatronale>322.91</cotPatronale>
                <cotSalariale>215.82</cotSalariale>
                <dateDebutTranche>1998-01-01T00:00:00</dateDebutTranche>
                <dateFinTranche>1998-03-31T00:00:00</dateFinTranche>
                <idDemande>1287001</idDemande>
                <salaireAnnuel>21614</salaireAnnuel>
                <unite>F</unite>
            </trancheDTO>
            <trancheDTO>
                <cotPatronale>300.12</cotPatronale>
                <cotSalariale>200.59</cotSalariale>
                <dateDebutTranche>1993-10-01T00:00:00</dateDebutTranche>
                <dateFinTranche>1993-12-31T00:00:00</dateFinTranche>
                <idDemande>1287001</idDemande>
                <salaireAnnuel>20088</salaireAnnuel>
                <unite>F</unite>
            </trancheDTO>
            <OrdrePaiementDTO>
                <dateOrdrePaiement>2004-07-22T00:00:00</dateOrdrePaiement>
                <idDemande>1287001</idDemande>
                <montantOrdrePaiement>9414</montantOrdrePaiement>
                <unite>E</unite>
                <aEditer>N</aEditer>
            </OrdrePaiementDTO>
        </impl:insertAnnulation>
    </soapenv:Body>
</soapenv:Envelope>

3 Replies

    • yinghu's avatar
      yinghu
      New Member

      I had the same issue after upgrading to Soapui pro 2.4.0 yesterday. After upgrading I found that changes I made on the form tab doesn't get reflected in the outline or xml view. It happens mostly when I add a new data item of a collection and set values. The new collection item is not added in the other view.

      This issue doesn't happen with the 2.2.0 version (I verified on another machine which has the older version).

       

      • Dino's avatar
        Dino
        New Contributor

        Yes, it is now a referenced bug on v2.4.0. A Jira ticket has been opened by the editor. I'll keep you posted if any news about that.

        Bests,