Skip to main content
Question

Different XML Structure

  • 21 August 2024
  • 0 replies
  • 9 views

Hi,

 

I have a situation where exists something like a sub-class in the xml structure. When I build the SOAP request, the AA select this sub-class like parameters and the parameters inside not is selected.

 

Example:

<soapenv:Body>

   <tem:Manifestacao>
        <tem:ChamadaManifestacao>

                  <wsd:usuario>test</wsd:usuario>

                  <wsd:senha>test</wsd:senha>

                  <wsd:code>test</wsd:code>

                  <wsd:number>test</wsd:number>

        </tem:ChamadaManifestacao>

   </tem:Manifestacao>

</soapenv:Body>

 

The AA build using “ChamadaManifestacao” like parameter instead of usuario, senha, code and number.

 

Thanks!

Be the first to reply!

Reply