Skip to Content
Author's profile photo Former Member

Performance monitoring of service calls

Part 10 of Blog Series – An in depth look at enterprise SOA : Performance monitoring of service calls

This blog will help you understand how as a developer or consumer of an enterprise service you can actually monitor the performance of the service calls and find out where the real bottlenecks are – whether they are in the connection, or in database calls or in the client which is consuming the service.

The steps are : to get the WSDL file of the web service with the endpoint and use it in the consumption client which is a simple SOAP UI 2.0 client used in this case. This has been an idea shared to me by my colleague Peter McNulty whose blogs you have already seen as part of the blog series. You are free to use any tools of your choice. The SOAP UI2.0 client is used to simulate load tests of service ZDEMOBLOG which executes the function implementation ZGETAIRLINEINFO in the ABAP backend. We will then go deep into all layers of the service execution to show how you can monitor the bottlenecks of the service execution if any.

SEE VOICE RECORDED DEMO

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member
      Hi,

      Nice blog.Specially preseatation is helpful.
      It would be really great if it includes more details on STAD transaction.

      Explanation of time consumption by SOAP in case of web services will helps a lot for better understanding of services.

      Thanks,Anil