Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

webservice response times --How can we improve ?

Former Member
0 Kudos

Hi All,

I am making two different calls to a Function module from java

1. web service 2. Jco

When I go to STAD transaction i can see webservice response timings are more compared to Jco.

What intresting here for is CPU timings and DB timings.

Some case The DB timings for webservice 3 to 4 times more than Jco .

Ideally DB timings should be similar in both the cases..right ??

CPU timngs also more in webservice ? Why ? How we optimze this for good performance of web service ??

My webservice is simple one conatins 4 input parmaters (simple type) retuening a simple structure.

Jco response time is around 500-2000 (ms)

web service response time is 2000-5000 (ms)

Looking for expert suggestions from our community

Thanks in advance.

Best Regards,Anilkumar

1 REPLY 1

Former Member
0 Kudos

hi,

JCo is an native binary RFC oder FastRFC, walks through the Gateway,

Webservice are textoriented, more Overhead and in summary with still less performance,

walks through the ICM

e.g. RFC-Connections are ca. 10 times faster than Webservices!