cancel
Showing results for 
Search instead for 
Did you mean: 

ITS Service Cannot be Accessed

Former Member
0 Kudos

Hi Folks!!!!!

We have changed the handler list in the Node default_host -> sap -> bc -> gui -> sap -> its

Handler List:

CL_HTTP_EXT_ITS

CL_HTTP_EXT_MYSSOCNTL

CL_HTTP_CALL_URL

This handler list we have removed and made empty! This has asked us a to save in a change request and we have done it. Then when ever we test the service it says the service cannot be accessed!!!

But we can access all the services under this node.

Can you please suggest on this.

Regards,

Vamshi.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member316351
Active Contributor
0 Kudos

Hello Vamshi,

The service you are calling (webgui?) must have at least CL_HTTP_EXT_ITS in the Handler List.

Edgar

Former Member
0 Kudos

Hi,

Thanks for your reply!!!

But I am not calling Webgui serivce it has the handler list,But I am calling the service ITS thats it not the below services. I am just testing the service sap/bc/gui/sap/its. Then it says the service says not accessed.

Regards,

Vamshi.

former_member316351
Active Contributor
0 Kudos

Hello Vamshi,

There is no reason to ever just call http://host:port/sap/bc/gui/sap/its. You have to specify a service that you want, which is one of the entries under its, like webgui.

Edgar