I am trying to setup a test page that will display an XML Post from a gateway but can not find any examples of how to do this. Every example I have seen has been posting information FROM a page or reading an XML FILE but nothing relating to dispalying a (I think its called) xml stream that is posted to a page?
The idea is this: User submits a form. Form is posted to gateway. Gateway responds with success/failure and error messages (in the form of xml) to my dev page. Dev page displays the XML.
Anyone have any suggestions?