Currently, I am developing a project using AngularJS where I need to retrieve a response from SOAP.
I encountered an issue while trying to extract the value of xsi:type.
[{"attributes":{"xsi:type":"TicketNote"}]
Any suggestions on how I can access the value of xsi:type using either vanilla JavaScript or AngularJS?