- Feb 22, 2005
- 7,280
- 0
- 0
I have a situation where I'm pulling a report from an API, and I have two options for a response:
1) The API builds a text file, and I can download/save it.
2) The API will display the text content to the browser directly.
I tried number 2 first as I figured it'd be really easy, I basically built my request string, submitted it using MSXML, and set the response to trnResponse. I expected the text to come back in that field, but nothing comes back in it.
My skills are pretty basic so I'm not sure how to be doing this, I could go the other route and try to save the file, but I have zero clue how to even start doing that.
Any suggestions?
1) The API builds a text file, and I can download/save it.
2) The API will display the text content to the browser directly.
I tried number 2 first as I figured it'd be really easy, I basically built my request string, submitted it using MSXML, and set the response to trnResponse. I expected the text to come back in that field, but nothing comes back in it.
My skills are pretty basic so I'm not sure how to be doing this, I could go the other route and try to save the file, but I have zero clue how to even start doing that.
Any suggestions?
