cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with writing HTTP handler

Former Member
0 Kudos

Hello everybody,

I am not sure whether I am in correct position.If not,please forgive me!

As read /people/brian.mckellar/blog/2003/09/30/bsp-in-depth-writing-an-http-handler,

I want to use my own defined request handler class which implements interface 'if_http_extension~handle_request'.Of course I have created my own node under ICF which lies /sap/bc/bsp/cutomername.And in this node, the corresponding handler is also listed in handler list.But when the browser sends the URL to ICF,it seems no handler is called,the defined class is not able to be executed.

What might be the problem?

Thanks in advance

Best Regards,

Liying

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

its because in /sap/bc/bsp/ bsp node has its own HTTP handler and it has its own process which dosent understand what you are passing via url.

you should put your node in a different place.

probably immediately after sap/bc/

Regards

Raja