Hi i need to call SOAP api. There is no official library so i am using https://github.com/pdvrieze/xmlutil . Is there a way how to specify more namespaces than one, using this library?
My soap request is like this. I need to create a data classes to represent it.
As you can see, there are more than one namespace in the envelope.I xmlutil is only @XmlSerialName which can specify only one namespace. How should i handle this?
d
Dominaezzz
05/23/2022, 9:58 AM
Create an issue in the repo because the maintainer might not be monitoring this chat.
v
Václav Škorpil
05/23/2022, 9:59 AM
I am not sure if it is an issue, maybe it is somehow supported. 🤷
d
Dominaezzz
05/23/2022, 10:00 AM
@pdvrieze is the one to poke
✅ 1
p
pdvrieze
07/25/2022, 3:14 PM
Indeed, I tend not to monitor this chat. But it has been resolved/clarified. Basically namespaces are handled automatically