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'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><complexType name=3D"Arra= yOfMedicamentoDTO"><br><complexContent><br><restriction ba= se=3D"soapenc:Array"><br><attribute ref=3D"soapenc:arr= ayType" wsdl:arrayType=3D"impl:MedicamentoDTO[]"/><br><= ;/restriction><br></complexContent><br></complexType><br></d= iv><div><br></div><div>It generates=C2=A0a class=C2=A0 ArrayOfMedicamentoDTO that extentds Array, but there's no way to add it= ems to it.</div><div><br></div><div>Thanks.</div></div> --00000000000074b9b405eea0216a--