I have access to an API. The API takes an XML post as input and then returns an XML response with the relevant data.
I want to
- Send the HTTP Post to the Server (Authentication and Request will be sent together)
- Receive the response (One of the options to be returned is CSV or XML)
- Insert the data into the appropriate rows and columns and then perform data analysis using pivot tables.
I don't have a programming background in excel but am comfortable with different web scripting languages, HTML, CSS, Javascript etc.
Any ideas?
If you need to send your input xml as the message body here is how you can do it. You may need to add more or change the Request headers to get it to work for you.
Using the DOMDocument object make it easy to work with your xml documents.
Add a project references to;
Example: