I have an OCI 4 compliant punchout catalog application that I am trying to integrate with a client who is using SAP SRM7. Regardless of what the client does in SRM, the punchout requests always have a blank for the hook_URL. I understand that hook_URL is left blank in the set up of the punchout, and that SRM is supposed to fill in the hook_URL at runtime so that the URL contains a unique session key that facilitates write-back of the cart contents. However, the punchout GET posts arrive at the store application with an empty hook_URL. Here is an example of what we log from the punchout requests at the store application end:
We get this error after submitting the cart session from the application:
The OCI config looks like this:
Can anyone offer suggestions about how to debug this?
Kevin