Skip to main content

I have tried using XML to Json converter but it is not working

any help will be much apprieciated

답변 1개
  1. 2017년 7월 7일 오후 12:45

    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.

0/9000