cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problems with Hook_url

Former Member
0 Likes
365

Hello

I have a problem with some customer.

We give some URL for Access to ecommerce, example:

http://example.com/login/a300a1f9-9000-4522-b42a-009876d2f74b/


But they told me that URL is not correct, because this link don't have Hook_URL.

I think this Hook_URL is automatically generated by the same SAP.


And Also read this http://scn.sap.com/thread/1809878


and


Can someone tell me about it?

how to i give this URL


http://example.com/login/a300a1f9-9000-4522-b42a-009876d2f74b/


or


http://example.com/login/a300a1f9-9000-4522-b42a-009876d2f74b/?Hook_url=


Regrads

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hi, Robin

I forgot some thing, my customer toll me, that i create the hook_url, but i think that Hook_URL is generated from SRM.

Is it correct?

Regards

RobinJanke
Contributor
0 Likes

SRM generates the HOOK_URL and adds it as a name/value pair to the initial call to your catalog.

RobinJanke
Contributor
0 Likes

Hi,

is this customer the one who connects to your ecommerce application using an OCI connection?

1. The customer provides the HOOK_URL parameter in the call structure they have to maintain.

2. Your ecommerce application needs to be able to handle the OCI connection, basically just an HTTP post to your application and a return HTTP POST to the HOOK_URL your customer provided in the initial call to your catalog.

Please have a look at http://scn.sap.com/docs/DOC-50292 for some more information.

Regards,

Robin

Former Member
0 Likes

Hi

is this customer the one who connects to your ecommerce application using an OCI connection?


      Yes


1. The customer provides the HOOK_URL parameter in the call structure they have to maintain.

       Yes, but i'm  not sure, because this client when they did the testing, we don't monitoring my app.

       But now we waiting other test of my customer.

2. Your ecommerce application needs to be able to handle the OCI connection, basically just an HTTP post to your application and a return HTTP POST to the HOOK_URL your customer provided in the initial call to your catalog.


      Yes, my Web App receives Hook_URL arguments


Regards

Federico