I have tried using XML to Json converter but it is not working
any help will be much apprieciated
1 Antwort
You can remove namespace from XML before handing it to XML to JSON, or if your client is using dataweave, you can remove namespace in dataweave by removing xxx# .
For removing namespace from XML, you can refer to this link.