How to Get/convert WEB API response in XML format. Please share your thoughts.
Discussion posts and replies are publicly visible
In your WebAPI retrieve the data you want the WebAPI to return into a local!variable and then simply use the function toxml() to convert that data to XML format.
Thanks Stewart ! Now i am trying to do the same and let you share the result.