| Anonymous | Hi Janine, long time no speak!
No, there is no easy built-in way to keep a record of the HTTP communication going on with the XML API. That's not to say that it can't be done. The easiest way would be to put in the logging mechanism on the server that hosts the XML document. So on that server when it receives a request from VXML Server it would store the arguments, return the XML and if it wants to store that XML as well.
Another way to record this information is to have an intermediary server or servlet or jsp or something that you point the XML API to normally and this script simply stores the HTTP request arguments and then does an HTTP-redirect to the actual server serving the XML. I'm pretty sure that would work, though I have never tried this so don't know for sure.
Obviously all this requires work on the customer's side as there is no built-in functionality in VXML Server (either version).
Hope this helps! |
| Please sign in to flag this as inappropriate. |