cancel
Showing results for 
Search instead for 
Did you mean: 

ICF service with Multiple HTTP request handlers.

former_member185875
Contributor
0 Kudos

Hi ,

I have created a ICF service with "One HTTP request handler" using SICF transaction.

it's working fine.

After that i have added anther "HTTP request handler".

i have put two External Break Points in two HTTP request handler classes.

and i have debugged it.

My problem is:

The request is cached by first HTTP request handler.

at the end it returns the response.

it does not reached the second HTTP request handler.

how can i forward my request to second HTTP request handler.

please help me.

lakshman

Accepted Solutions (0)

Answers (3)

Answers (3)

custodio_deoliveira
Active Contributor

you'll have to set the attribute IF_HTTP_EXTENSIONFLOW_RC on the first handler to either IF_HTTP_EXTENSIONCO_FLOW_OK_OTHERS_MAND or IF_HTTP_EXTENSION~CO_FLOW_OK_OTHERS_OPT. The help for these values is here: http://help.sap.com/saphelp_nw70/helpdata/en/78/98529cc06b11d4ad310000e83539c3/content.htm

Rgds,

Custodio

Former Member
0 Kudos

Thanks, i had the same problem as described and your answer helped me a lot.

Regards, Elmar

Former Member
0 Kudos

Hi,

Frankly I dont know too much on this topic but following links may help you:

http://help.sap.com/saphelp_nw04/helpdata/en/25/dda73e5b7a424de10000000a114084/frameset.htm

Troubleshooting ICF: http://help.sap.com/saphelp_nw04/helpdata/en/80/b2dd3a6dac703be10000000a11405a/content.htm

Possibly experts in this forum will be able to help you: Application Server->Internet Transaction Server (ITS)

Regards,

Gourav

former_member185875
Contributor
0 Kudos

Hi,

i did nt get any response for my thread. i have doubt

is it correct form to post the thread.

otherwise please tell where i need to post this? (question category)

I am waiting for ur valueble reply...

lakshman