Re: Help with old service that uses soap encoding

2022-11-29 Thread robertlazarski
Sorry, wrong link: https://stackoverflow.com/questions/11561194/how-can-i-get-axis2-to-handle-an-array On Tue, Nov 29, 2022 at 10:56 AM robertlazarski wrote: > Axis2 doesn't support soapenc. > > Axis 1.x does, but you likely don't want to use that. > > Some have claimed that you can use the XML

Re: Help with old service that uses soap encoding

2022-11-29 Thread robertlazarski
Axis2 doesn't support soapenc. Axis 1.x does, but you likely don't want to use that. Some have claimed that you can use the XMLBeans API directly, after you run wsdl2code. See the bottom of this link for an example. https://stackoverflow.com/questions/74577973/how-to-use-array-soap-encoding-typ

Help with old service that uses soap encoding

2022-11-29 Thread Thiago Milczarek Sayão
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 It genera