Remote Punchout Servlet
<RPS> represents the protocol, server, and port of your Remote Punchout Servlet deployment.
For example,
http://<yourRemotePunchoutServer>:<portNumber>
For example,
<RPS>/punchout - shows the splash screen; version information, etc. Validates if RPS is alive and ready.
This is where you can find the version of the Remote Punchout Servlet, along with any Release notes or README information.
<RPS>/punchout/remoteServlet/ListCart - Reports CACHE EMPTY or any usually unformatted data when cache is not empty.
<RPS>/punchout/remoteServlet/GetCart?transactionId=<keyValueAsShownByListCart_ie_requesterID> - this retrieves the data cached under that key or ID, if any, and shows that data in your browser.