cancel
Showing results for 
Search instead for 
Did you mean: 

Url cached in SOAP Receiver channel in 7.3

danielgonzalez
Explorer
0 Kudos

Hi all,

I'm having an error when executing a soap receiver in an almost fresh PI 7.3 installation.

These are the steps to follow to reproduce the problem:

- I type "url_1" in url field in soap receiver channel.

- Reset the instance.

- I execute the soap receiver channel and everything works fine.

- I type "url_2" in url field in soap receiver channel.

- I execute complete cache refresh from SXI_CACHE and CPA Cache refresh.

- I execute the soap receiver channel and it uses "url_1" instead of "url_2".

To make it work with "url_2" I have to resort to reset the instance.

I have checked in "RWB/ Component Monitoring/ Adapter Engine/ CPA Cache" the channel properties and it displays the endpoint is "url_2" but when executing it's using "url_1"

Any ideas about what can be happening and how to solve it?

Regards,

Accepted Solutions (0)

Answers (4)

Answers (4)

danielgonzalez
Explorer
0 Kudos

Hi,

Recreating the channel didn't solve the problem but using a new business component and a new channel did work.

I have to restart the instance to make sure it takes the last version of the channel.

Regards,

iaki_vila
Active Contributor
0 Kudos

Hi Gonzalez,

If Indrajit suggestion doesnt work, i would use a program to trace the SOAP call like wireshark in order to know if there is a firewall, web dispatcher, etc offside PI that are caching the call.

Regards.

Former Member
0 Kudos

Hi

Delete that communication channel and try to create a new one. If the issue continues then u might need to check with SAP.

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

Is the cache green when you open Integration Directory, then go to Environment -> Cache Status Overview?

Regards,

Mark

danielgonzalez
Explorer
0 Kudos

Hello Mark,

Yes, it displays green status.

Regards,