Help with old service that uses soap encoding

Thiago Milczarek SayĆ£o <[email protected]> Tue, 29 Nov 2022 15:26:35 -0300
Newsgroups gmane.text.xml.axis.user
Message-ID <CAAP_wunH6TCdybapgVGCwHPvkVDrBrbv-6zW+E3ePfChNW59=g@mail.gmail.com>
--00000000000074b9b405eea0216a
Content-Type: text/plain; charset="UTF-8"

Hello,

I've posted the question here:
https://stackoverflow.com/questions/74577973/how-to-use-array-soap-encoding-type-with-axis2-xmlbeans

I want to use this service:
https://farmaciapopular-autorizador.saude.gov.br/farmaciapopular-autorizador/services/ServicoSolicitacaoWS?wsdl

<complexType name="ArrayOfMedicamentoDTO">
<complexContent>
<restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType" wsdl:arrayType="impl:MedicamentoDTO[]"/>
</restriction>
</complexContent>
</complexType>

It generates a class  ArrayOfMedicamentoDTO that extentds Array, but
there's no way to add items to it.

Thanks.

--00000000000074b9b405eea0216a
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hello,<div><br></div><div>I&#39;ve posted the question her=
e:</div><div><a href=3D"https://stackoverflow.com/questions/74577973/how-to=
-use-array-soap-encoding-type-with-axis2-xmlbeans">https://stackoverflow.co=
m/questions/74577973/how-to-use-array-soap-encoding-type-with-axis2-xmlbean=
s</a><br></div><div><br></div><div>I want to use this service:</div><div><a=
 href=3D"https://farmaciapopular-autorizador.saude.gov.br/farmaciapopular-a=
utorizador/services/ServicoSolicitacaoWS?wsdl">https://farmaciapopular-auto=
rizador.saude.gov.br/farmaciapopular-autorizador/services/ServicoSolicitaca=
oWS?wsdl</a><br></div><div><br></div><div>&lt;complexType name=3D&quot;Arra=
yOfMedicamentoDTO&quot;&gt;<br>&lt;complexContent&gt;<br>&lt;restriction ba=
se=3D&quot;soapenc:Array&quot;&gt;<br>&lt;attribute ref=3D&quot;soapenc:arr=
ayType&quot; wsdl:arrayType=3D&quot;impl:MedicamentoDTO[]&quot;/&gt;<br>&lt=
;/restriction&gt;<br>&lt;/complexContent&gt;<br>&lt;/complexType&gt;<br></d=
iv><div><br></div><div>It generates=C2=A0a class=C2=A0

ArrayOfMedicamentoDTO that extentds Array, but there&#39;s no way to add it=
ems to it.</div><div><br></div><div>Thanks.</div></div>

--00000000000074b9b405eea0216a--