Remote Punchout Servlet

<RPS> below represents the protocol, server and port of your Remote Punchout Servlet deployment.

For example,

http://<yourRemotePunchoutServer>:<portNumber>

For example,

"<RPS>/punchout - displays "splash screen"; version information, etc. Validates RPS is alive and ready.

This is where you will find the version of the Remote Punchout Servlet, along with any Release notes / README information.

<RPS>/punchout/remoteServlet/ListCart - Reports "CACHE EMPTY" or some usually unformatted data when cache is not empty.

<RPS>/punchout/remoteServlet/GetCart?transactionId=<keyValueAsShownByListCart_ie_requesterID> - this will retrieve data cached under that key/ID, if any, and display it in your browser.