cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy Wrong Namespace While Ping

Former Member
0 Kudos

Hi Friiends,

While trying to Ping an external service am getting an error saying ICF Error when receiving the response:ICM_HTTP_CONNECTION_FAILED.

I know what is causing the error but don't know how to fix it.

Cause

Ping is referring to wrong namespace

Wrong -> <n0:PingURL xmlns:n0="http://www.multispeak.org/Version_3.0" xmlns:prx="urn:sap.com:proxy:DEV:/1SAI/TXS1DA8FD3DC9D7A5FD608D:700:2008/01/11" />

Correct(should be) -> <n0:PingURL xmlns:n0="http://www.multispeak.org/Version_3.0" xmlns:prx="urn:sap.com:proxy:DEV:/1SAI/TXS303A91A5DEC34F5BB7A6:700:2008/01/11" />

Question

How do I change the namespace(path) ?

Appreciate any useful hints

Thank you

Nash

Accepted Solutions (0)

Answers (1)

Answers (1)

iprieto
Contributor
0 Kudos

Hi Nash,

Have you tried to regenerate de ABAP Proxy?

Make a CPA Cache, goto TA SXI_CACHE -> Runtime Cache -> Start Complete Cache Refresh.

Regards

Ivá

Former Member
0 Kudos

Hi Carlos

Thanks for replyin to my post.

We don't have XI(PI) implemented. Also TA SXI_CACHE is giving me following error

Error when accessing SLD: SLD_API_EXCEPTION

Thank you

Nash