Hi,How am I to determine the unit of measurement in any web methods code

In c,c++ the way we can measure efficincy by lines of code written,in web methods that same is not possible.
So when the code is in from of web services,adapter ,what could be the measurement criteria based on which we can measure code efficiency etc.

Please share your views.

Which webMethods product are you asking about?

Assuming that you’re interested in measuring the productivity of a develpoer using webMethods IS Developer, are you talking about exposing existing application functionality so that it can be accessed as a web service or using IS to consume some already existing web service provided by another application or entity?

Additionally, against what are you trying to measure productivity? Are you suggesting that someone is considering consuming web services using C or C++? One could certainly do so, but I’m not sure the advantages of those languages in terms of speed of execution would make sense given the services being consumed or provided would mostly likely be invoked using SOAP over HTTP/S.

Mark