cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts,

I am using synchronous SOAP scenario to fetch employee master data using Compound Employee API.

I want to test full load using SOAP UI for which I have increased the time limit in SOAP UI, however, I am receiving the below error in CPI -

If i don't increase the time limit in SOAP UI, I receive the below error -

Can someone please help me resolve this issue and help me test this service from SOAP UI.

Regards,

Akash

0 Likes
View Entire Topic
Sriprasadsbhat
Active Contributor
0 Likes

Hello Akash,

If you have already taken below performance improvement points as per your design then it might be issue with SFSF API server ( you can raise a ticket to SAP as per my understanding ).

1) Looping Process Call used correctly.

2) Content Enrichers are optimized as per the blog mentioned in above thread ( even you can think of usage of Hashmap ).

3) Proper pagination done and filters are applied correctly.

4) sessions are reused as per the SAP Help provided above.

Hope this helps.

Regards,

Sriprasad Shivaram Bhat

former_member60331
Participant
0 Likes

Hello sriprasadshivaramabhat,

Thank you for the reply and suggestion.

I have raised a ticket to SAP for the same.

FYI- the same error does not occur when i the change the page size from 400 to 100, however, the amount to time taken for full has increased to a great extend. Earlier it was 22 mins and now it is 1hr 57 mins.

Regards,

Akash