<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:col="http://collecte.architecture.cnav.fr/">
   <soapenv:Header/>
   <soapenv:Body>
      <col:collecteRegime>
         <!--Optional:-->
         <arg0>
            <!--Optional:-->
            <idDemandeCollecte>?</idDemandeCollecte>
            <!--Optional:-->
            <idRegimeDemandeur>?</idRegimeDemandeur>
            <!--Zero or more repetitions:-->
            <listeRegimes>?</listeRegimes>
            <!--Optional:-->
            <personne>
               <!--Optional:-->
               <nir>?</nir>
               <!--Optional:-->
               <nom>?</nom>
               <!--Optional:-->
               <prenom>?</prenom>
            </personne>
            <!--Optional:-->
            <typePortail>?</typePortail>
         </arg0>
      </col:collecteRegime>
   </soapenv:Body>
</soapenv:Envelope>



majsuivi
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:suiv="http://suivi.architecture.cnav.fr/">
   <soapenv:Header/>
   <soapenv:Body>
      <suiv:miseAJourSuiviCollecte>
         <!--Optional:-->
         <arg0>
            <!--Optional:-->
            <idDemandeCollecte>?</idDemandeCollecte>
            <!--Optional:-->
            <idRegimeDemandeur>?</idRegimeDemandeur>
            <!--Zero or more repetitions:-->
            <listeRegimes>?</listeRegimes>
            <!--Optional:-->
            <personne>
               <!--Optional:-->
               <nir>?</nir>
               <!--Optional:-->
               <nom>?</nom>
               <!--Optional:-->
               <prenom>?</prenom>
            </personne>
            <!--Optional:-->
            <typePortail>?</typePortail>
         </arg0>
         <!--Zero or more repetitions:-->
         <arg1>
            <codeCtrlDescripteur>?</codeCtrlDescripteur>
            <codeRetour>?</codeRetour>
            <codeWSRegime>?</codeWSRegime>
            <!--Optional:-->
            <docRC3>?</docRC3>
            <!--Optional:-->
            <idRegime>?</idRegime>
            <tempsReponseWS>?</tempsReponseWS>
         </arg1>
      </suiv:miseAJourSuiviCollecte>
   </soapenv:Body>
</soapenv:Envelope>


<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:suiv="http://suivi.architecture.cnav.fr/">
   <soapenv:Header/>
   <soapenv:Body>
      <suiv:miseAJourSuiviCollecteResponse>
         <return>?</return>
      </suiv:miseAJourSuiviCollecteResponse>
   </soapenv:Body>
</soapenv:Envelope>
